diff options
author | Hans Nilsson <[email protected]> | 2014-09-02 16:49:28 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-02 16:50:16 +0200 |
commit | 0b9d5d0006d873223f8a0b142b9df42cf657589d (patch) | |
tree | 264dc83e7925c37db892d41262a355346a2f55de /lib/common_test/doc/src | |
parent | a86003309753591911b68e8bc11ae94d631abb24 (diff) | |
download | otp-0b9d5d0006d873223f8a0b142b9df42cf657589d.tar.gz otp-0b9d5d0006d873223f8a0b142b9df42cf657589d.tar.bz2 otp-0b9d5d0006d873223f8a0b142b9df42cf657589d.zip |
common_test: Add experimental module ct_property_test
This module may change without warning...
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> |