diff options
author | Hans Nilsson <[email protected]> | 2014-09-02 16:53:11 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-02 16:53:11 +0200 |
commit | b3e08774fa418c3adae11d823fc7e9328674b4d2 (patch) | |
tree | 2c107b2ae24b4d36b7742034a0d0f2e8680f4661 /lib/inets/test/property_test/README | |
parent | 0b9d5d0006d873223f8a0b142b9df42cf657589d (diff) | |
download | otp-b3e08774fa418c3adae11d823fc7e9328674b4d2.tar.gz otp-b3e08774fa418c3adae11d823fc7e9328674b4d2.tar.bz2 otp-b3e08774fa418c3adae11d823fc7e9328674b4d2.zip |
inets: Add simple experimental property test suite
Diffstat (limited to 'lib/inets/test/property_test/README')
-rw-r--r-- | lib/inets/test/property_test/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/inets/test/property_test/README b/lib/inets/test/property_test/README new file mode 100644 index 0000000000..57602bf719 --- /dev/null +++ b/lib/inets/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. + |