diff options
author | Andrey Pampukha <[email protected]> | 2010-04-08 18:56:40 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:17 +0200 |
commit | dbecad9f8004f0a9b53ebdeb1ce8bde35dca7663 (patch) | |
tree | 59065763cb56300bee823b12b1ce72c7436a2f2a /lib/common_test/src/common_test.app.src | |
parent | 2c711e660df6683eee9cdfeb204e02f093153c36 (diff) | |
download | otp-dbecad9f8004f0a9b53ebdeb1ce8bde35dca7663.tar.gz otp-dbecad9f8004f0a9b53ebdeb1ce8bde35dca7663.tar.bz2 otp-dbecad9f8004f0a9b53ebdeb1ce8bde35dca7663.zip |
Introduce ct_slave module
Diffstat (limited to 'lib/common_test/src/common_test.app.src')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 2f599a7e30..b00aafc87e 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -45,10 +45,12 @@ vts, ct_config, ct_config_plain, - ct_config_xml + ct_config_xml, + ct_slave ]}, {registered, [ct_logs, ct_util_server, + ct_config_server, ct_make_ref, vts, ct_master, |