diff options
author | Siri Hansen <[email protected]> | 2016-04-06 13:42:28 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-04-06 13:42:28 +0200 |
commit | 2131f1e72cb5af0a9a31b36e64e2d38148ea91dd (patch) | |
tree | 92fda9a946d5732cc50b8eb02e6d264596cb86c6 /lib/common_test | |
parent | 57fcf2334c04352af3ce2c09a370fe9a04b073e9 (diff) | |
download | otp-2131f1e72cb5af0a9a31b36e64e2d38148ea91dd.tar.gz otp-2131f1e72cb5af0a9a31b36e64e2d38148ea91dd.tar.bz2 otp-2131f1e72cb5af0a9a31b36e64e2d38148ea91dd.zip |
Add missing modules to common_test.app.src
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 26bcf00824..fb18b6a1e9 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -26,6 +26,7 @@ ct_framework, ct_ftp, ct_gen_conn, + ct_groups, ct_hooks, ct_hooks_lock, ct_logs, @@ -36,6 +37,8 @@ ct_master_status, ct_netconfc, ct_conn_log_h, + ct_property_test, + ct_release_test, ct_repeat, ct_rpc, ct_run, @@ -45,6 +48,8 @@ ct_telnet, ct_testspec, ct_util, + ct_webtool, + ct_webtool_sup, unix_telnet, vts, ct_config, @@ -57,6 +62,7 @@ erl2html2, test_server_ctrl, test_server, + test_server_gl, test_server_io, test_server_node, test_server_sup |