diff options
author | Hans Nilsson <[email protected]> | 2014-09-02 17:08:46 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-02 17:08:46 +0200 |
commit | 6e2645a3714badee75b78beb83eddf55c97c25be (patch) | |
tree | aa07442d399d11487d2f78eba1005c02b915b314 /lib/common_test/doc/src | |
parent | 2eb59a61713bbceae3bd8d05ea11b394c5671f3f (diff) | |
parent | cebc3c654205ce06abe02b9eb5309b330d630f50 (diff) | |
download | otp-6e2645a3714badee75b78beb83eddf55c97c25be.tar.gz otp-6e2645a3714badee75b78beb83eddf55c97c25be.tar.bz2 otp-6e2645a3714badee75b78beb83eddf55c97c25be.zip |
Merge branch 'maint'
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> |