diff options
author | Peter Andersson <[email protected]> | 2013-05-29 11:36:29 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-05-29 11:36:29 +0200 |
commit | a1cc5adde3b289282dd5bfc7592a044d988c75a9 (patch) | |
tree | 185d4b2e62addb430d9626807976d9d456026740 /lib/common_test/test/Makefile | |
parent | 7d77cc5a9e61fbe39f0574014926064723523efa (diff) | |
download | otp-a1cc5adde3b289282dd5bfc7592a044d988c75a9.tar.gz otp-a1cc5adde3b289282dd5bfc7592a044d988c75a9.tar.bz2 otp-a1cc5adde3b289282dd5bfc7592a044d988c75a9.zip |
Add test suite
OTP-10126
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index 31ab28c41d..9d2edcd653 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -30,6 +30,7 @@ MODULES= \ ct_userconfig_callback \ telnet_server \ ct_smoke_test_SUITE \ + ct_gen_conn_SUITE \ ct_priv_dir_SUITE \ ct_event_handler_SUITE \ ct_config_info_SUITE \ |