diff options
author | Hans Nilsson <[email protected]> | 2014-09-02 17:05:38 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-02 17:05:38 +0200 |
commit | 5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110 (patch) | |
tree | 52c528e63f4490d50f4151db0d2586f2c9d94959 /lib/ssh/test/property_test/README | |
parent | b3e08774fa418c3adae11d823fc7e9328674b4d2 (diff) | |
download | otp-5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110.tar.gz otp-5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110.tar.bz2 otp-5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110.zip |
ssh: Add simple experimental property test suites
Diffstat (limited to 'lib/ssh/test/property_test/README')
-rw-r--r-- | lib/ssh/test/property_test/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ssh/test/property_test/README b/lib/ssh/test/property_test/README new file mode 100644 index 0000000000..57602bf719 --- /dev/null +++ b/lib/ssh/test/property_test/README @@ -0,0 +1,12 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% %%% +%%% WARNING %%% +%%% %%% +%%% This is experimental code which may be changed or removed %%% +%%% anytime without any warning. %%% +%%% %%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +The test in this directory are written assuming that the user has a QuickCheck license. They are to be run manually. Some may be possible to be run with other tools, e.g. PropEr. + |