aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/Makefile
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-03-03 10:27:38 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:08 +0200
commitc5275f3dc1d78ecbe1bf311b7c04c3c815a293d9 (patch)
tree154b548bd268af91821634635ca204dc4eef9861 /lib/common_test/test/Makefile
parentf2dcd87634cdcee65f0a930731a45005b4c20d08 (diff)
downloadotp-c5275f3dc1d78ecbe1bf311b7c04c3c815a293d9.tar.gz
otp-c5275f3dc1d78ecbe1bf311b7c04c3c815a293d9.tar.bz2
otp-c5275f3dc1d78ecbe1bf311b7c04c3c815a293d9.zip
Added config test suite for CT
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r--lib/common_test/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile
index 35ba22aa59..2b0a06871e 100644
--- a/lib/common_test/test/Makefile
+++ b/lib/common_test/test/Makefile
@@ -33,7 +33,8 @@ MODULES= \
ct_groups_test_2_SUITE \
ct_skip_SUITE \
ct_error_SUITE \
- ct_test_server_if_1_SUITE
+ ct_test_server_if_1_SUITE \
+ ct_config_SUITE
ERL_FILES= $(MODULES:%=%.erl)