diff options
author | Peter Andersson <[email protected]> | 2013-09-04 14:41:51 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-09-04 14:42:56 +0200 |
commit | 11c31f5ba8489b0e179caea46e514b990fbadb95 (patch) | |
tree | 0231a40fc87e3cfced97e2dcd8906da0247fe689 /lib/common_test/test/Makefile | |
parent | 93fe50a6e3f685e77a48921273559b6f03b89fb8 (diff) | |
parent | 376da624578485aae6160d8ee327330d58613fae (diff) | |
download | otp-11c31f5ba8489b0e179caea46e514b990fbadb95.tar.gz otp-11c31f5ba8489b0e179caea46e514b990fbadb95.tar.bz2 otp-11c31f5ba8489b0e179caea46e514b990fbadb95.zip |
Merge remote branch 'origin/peppe/common_test/cth_ctrl' into maint
* origin/peppe/common_test/cth_ctrl:
Find and fix minor bugs
Add test suite
Fix timing related problem
Fix problem with start order of hooks and stopping of ct_util_server
Introduce pre- and post-test i/o log
OTP-11272
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 \ |