diff options
author | Erlang/OTP <[email protected]> | 2015-05-06 10:46:17 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-06 10:46:17 +0200 |
commit | edd79759508320ca529a05073c84465ab810811e (patch) | |
tree | a645dbfd47acd0e8258b86d3ecd6d2d54aa357dc /lib/common_test/src/Makefile | |
parent | 3cbf90061405a1b002bb91e801a3e37c754f5060 (diff) | |
parent | f1d838ddbe364c37e85c159255b52eb354a3a3ce (diff) | |
download | otp-edd79759508320ca529a05073c84465ab810811e.tar.gz otp-edd79759508320ca529a05073c84465ab810811e.tar.bz2 otp-edd79759508320ca529a05073c84465ab810811e.zip |
Merge branch 'peppe/common_test/modify_vts.maint' into maint-17
* peppe/common_test/modify_vts.maint:
Get the VTS mode working with private CT version of webtool
Change order of ct_run help sections
Prepare for webtool integration with CT
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 8d74546880..449cba6c83 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -62,6 +62,8 @@ MODULES= \ ct_telnet_client \ ct_make \ vts \ + ct_webtool \ + ct_webtool_sup \ unix_telnet \ ct_config \ ct_config_plain \ |