diff options
author | Hans Nilsson <[email protected]> | 2014-09-02 17:07:24 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-02 17:07:24 +0200 |
commit | cebc3c654205ce06abe02b9eb5309b330d630f50 (patch) | |
tree | 52c528e63f4490d50f4151db0d2586f2c9d94959 /lib/common_test/doc/src | |
parent | a86003309753591911b68e8bc11ae94d631abb24 (diff) | |
parent | 5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110 (diff) | |
download | otp-cebc3c654205ce06abe02b9eb5309b330d630f50.tar.gz otp-cebc3c654205ce06abe02b9eb5309b330d630f50.tar.bz2 otp-cebc3c654205ce06abe02b9eb5309b330d630f50.zip |
Merge branch 'hans/proptest/init/OTP-12119' into maint
* hans/proptest/init/OTP-12119:
ssh: Add simple experimental property test suites
inets: Add simple experimental property test suite
common_test: Add experimental module ct_property_test
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 1 | ||||
-rw-r--r-- | lib/common_test/doc/src/ref_man.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index 99161ce68a..57233a7f6c 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -47,6 +47,7 @@ CT_MODULES = \ ct_snmp \ unix_telnet \ ct_slave \ + ct_property_test \ ct_netconfc CT_XML_FILES = $(CT_MODULES:=.xml) diff --git a/lib/common_test/doc/src/ref_man.xml b/lib/common_test/doc/src/ref_man.xml index 2f5c892e60..c266b70d00 100644 --- a/lib/common_test/doc/src/ref_man.xml +++ b/lib/common_test/doc/src/ref_man.xml @@ -78,6 +78,7 @@ <xi:include href="unix_telnet.xml"/> <xi:include href="ct_slave.xml"/> <xi:include href="ct_hooks.xml"/> + <xi:include href="ct_property_test.xml"/> </application> |