diff options
author | Siri Hansen <[email protected]> | 2016-12-20 17:00:20 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-01-11 15:36:56 +0100 |
commit | 113f8e99991b70709eb58168a6c4572a01e907b6 (patch) | |
tree | 5312745116891da3b1f0a2a1166f6ceddc5683ee /lib/common_test/doc/src/Makefile | |
parent | 947e0e1176b5b985293e27164ee8e6912dee8133 (diff) | |
download | otp-113f8e99991b70709eb58168a6c4572a01e907b6.tar.gz otp-113f8e99991b70709eb58168a6c4572a01e907b6.tar.bz2 otp-113f8e99991b70709eb58168a6c4572a01e907b6.zip |
[ct] Add ct_testspec:get_tests/1
This API function is used by rebar3 instead of implementing test spec
parsing again.
Diffstat (limited to 'lib/common_test/doc/src/Makefile')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index e495f587a3..152ece5d25 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -53,7 +53,8 @@ XML_REF3_FILES = ct.xml \ ct_slave.xml \ ct_property_test.xml \ ct_netconfc.xml \ - ct_hooks.xml + ct_hooks.xml \ + ct_testspec.xml XML_REF6_FILES = common_test_app.xml XML_PART_FILES = part.xml |