diff options
author | Peter Andersson <[email protected]> | 2015-04-08 15:41:47 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-05-04 12:17:16 +0200 |
commit | f1d838ddbe364c37e85c159255b52eb354a3a3ce (patch) | |
tree | ee9a6c09fdb83aa4a4c4013a328eca7206a08358 /lib/common_test/src/Makefile | |
parent | 6e1258fc79e388d56b472c13250d6f21ea031dd0 (diff) | |
download | otp-f1d838ddbe364c37e85c159255b52eb354a3a3ce.tar.gz otp-f1d838ddbe364c37e85c159255b52eb354a3a3ce.tar.bz2 otp-f1d838ddbe364c37e85c159255b52eb354a3a3ce.zip |
Get the VTS mode working with private CT version of webtool
OTP-12704
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 1c8068ace7..449cba6c83 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -63,6 +63,7 @@ MODULES= \ ct_make \ vts \ ct_webtool \ + ct_webtool_sup \ unix_telnet \ ct_config \ ct_config_plain \ |