diff options
author | Peter Andersson <[email protected]> | 2011-12-02 11:18:49 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-12-07 15:30:22 +0100 |
commit | e0138e0284ccba8d633aa31c4cfa8ff3073d985f (patch) | |
tree | 326a0488b457d28fe997f17e4283575724c4c7b5 /lib/common_test/test/Makefile | |
parent | 139524f226e9fde387dea203396d5fccf2bdca41 (diff) | |
download | otp-e0138e0284ccba8d633aa31c4cfa8ff3073d985f.tar.gz otp-e0138e0284ccba8d633aa31c4cfa8ff3073d985f.tar.bz2 otp-e0138e0284ccba8d633aa31c4cfa8ff3073d985f.zip |
Add tests for group specification and info function
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index b7b099069c..284612b8f7 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -30,8 +30,11 @@ MODULES= \ ct_userconfig_callback \ ct_smoke_test_SUITE \ ct_event_handler_SUITE \ + ct_config_info_SUITE \ ct_groups_test_1_SUITE \ ct_groups_test_2_SUITE \ + ct_group_info_SUITE \ + ct_groups_spec_SUITE \ ct_sequence_1_SUITE \ ct_repeat_1_SUITE \ ct_testspec_1_SUITE \ |