diff options
author | Peter Andersson <[email protected]> | 2010-06-05 03:19:35 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:24 +0200 |
commit | b9e20d9e1f3b47ab5806cd79c16c5609f12453f9 (patch) | |
tree | c9acc62e2ac029004748eb35137ae7b7110c5349 /lib/common_test/test/Makefile | |
parent | cc372a2ba2aaa1de19935ff178d5dce88ec16854 (diff) | |
download | otp-b9e20d9e1f3b47ab5806cd79c16c5609f12453f9.tar.gz otp-b9e20d9e1f3b47ab5806cd79c16c5609f12453f9.tar.bz2 otp-b9e20d9e1f3b47ab5806cd79c16c5609f12453f9.zip |
Add test suite for remote loading of binary suites
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index 594993cfec..2f1ff9a835 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -36,7 +36,8 @@ MODULES= \ ct_error_SUITE \ ct_test_server_if_1_SUITE \ ct_config_SUITE \ - ct_master_SUITE + ct_master_SUITE \ + ct_misc_1_SUITE ERL_FILES= $(MODULES:%=%.erl) |