diff options
author | Peter Andersson <[email protected]> | 2013-08-30 14:52:08 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-09-02 12:14:01 +0200 |
commit | 112b1f795ccd573a612208269e9b4937865445b5 (patch) | |
tree | a4aec3546421c6637d2c23ffbde736d1f134941d /lib/common_test/test/Makefile | |
parent | 32fae66768d11bc62ff75705e1d5a6ebe2978432 (diff) | |
download | otp-112b1f795ccd573a612208269e9b4937865445b5.tar.gz otp-112b1f795ccd573a612208269e9b4937865445b5.tar.bz2 otp-112b1f795ccd573a612208269e9b4937865445b5.zip |
Add test suite
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 9d2edcd653..085f19d023 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -51,6 +51,7 @@ MODULES= \ ct_master_SUITE \ ct_misc_1_SUITE \ ct_hooks_SUITE \ + ct_pre_post_test_io_SUITE \ ct_netconfc_SUITE \ ct_basic_html_SUITE \ ct_auto_compile_SUITE \ |