aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/property_test/ssh_eqc_client_server.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-05 15:42:55 +0200
committerHans Nilsson <[email protected]>2014-09-09 10:26:21 +0200
commit32573a29bae633f9af09d7958d49f1d06daebd18 (patch)
tree039d778a3017f65a491054a2de4193900f0c580f /lib/ssh/test/property_test/ssh_eqc_client_server.erl
parentfc2e55e44a0d5a684c2bf10cbfbd0dd0d0c03261 (diff)
downloadotp-32573a29bae633f9af09d7958d49f1d06daebd18.tar.gz
otp-32573a29bae633f9af09d7958d49f1d06daebd18.tar.bz2
otp-32573a29bae633f9af09d7958d49f1d06daebd18.zip
ssh: update for triq tests
Diffstat (limited to 'lib/ssh/test/property_test/ssh_eqc_client_server.erl')
-rw-r--r--lib/ssh/test/property_test/ssh_eqc_client_server.erl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssh/test/property_test/ssh_eqc_client_server.erl b/lib/ssh/test/property_test/ssh_eqc_client_server.erl
index 3a84acebb3..cf895ae85e 100644
--- a/lib/ssh/test/property_test/ssh_eqc_client_server.erl
+++ b/lib/ssh/test/property_test/ssh_eqc_client_server.erl
@@ -27,6 +27,10 @@
-ifdef(PROPER).
%% Proper is not supported.
-else.
+-ifdef(TRIQ).
+%% Proper is not supported.
+-else.
+
-include_lib("eqc/include/eqc.hrl").
-include_lib("eqc/include/eqc_statem.hrl").
@@ -600,3 +604,4 @@ erase_dir(Dir) ->
file:del_dir(Dir).
-endif.
+-endif.