diff options
author | Lukas Larsson <[email protected]> | 2010-11-18 14:08:55 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-12-08 18:07:49 +0100 |
commit | 118091a805e98fe3d883595ab943891f43a8f92e (patch) | |
tree | 9157cc8a3015012e7571a38f732ccfa431141e29 /lib/common_test/test/Makefile | |
parent | 90dac5ad22aefa725731b637e8128474aa6f7bdc (diff) | |
download | otp-118091a805e98fe3d883595ab943891f43a8f92e.tar.gz otp-118091a805e98fe3d883595ab943891f43a8f92e.tar.bz2 otp-118091a805e98fe3d883595ab943891f43a8f92e.zip |
Add testcase for SCB which does nothing
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 f2fe3390cf..28be9f56f1 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -40,7 +40,8 @@ MODULES= \ ct_test_server_if_1_SUITE \ ct_config_SUITE \ ct_master_SUITE \ - ct_misc_1_SUITE + ct_misc_1_SUITE \ + ct_suite_callback_SUITE ERL_FILES= $(MODULES:%=%.erl) |