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/Makefile | |
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/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 4c4382b705..76646c8623 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -66,7 +66,8 @@ MODULES= \ unix_telnet \ ct_config \ ct_config_plain \ - ct_config_xml + ct_config_xml \ + ct_slave TARGET_MODULES= $(MODULES:%=$(EBIN)/%) |