diff options
author | Björn Gustavsson <[email protected]> | 2012-10-26 11:00:31 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-10-26 11:00:31 +0200 |
commit | a428fc8efe9246db3cfbe745f75585b89ec74ba0 (patch) | |
tree | 66a669c9fe9fc904bafb4c83546da798bacb8bfe /lib/common_test/test/Makefile | |
parent | 0105ca9c3614ec838e96914ceebed80d9480a869 (diff) | |
parent | ce61065fbef0cc634e656bb1eb926c42023c9201 (diff) | |
download | otp-a428fc8efe9246db3cfbe745f75585b89ec74ba0.tar.gz otp-a428fc8efe9246db3cfbe745f75585b89ec74ba0.tar.bz2 otp-a428fc8efe9246db3cfbe745f75585b89ec74ba0.zip |
Merge branch 'bjorn/ct/separate-io-server/OTP-10101'
* bjorn/ct/separate-io-server/OTP-10101:
Test ct:capture/start/stop/get
Introduce ct_group_leader_SUITE that does nasty things with group leaders
Eliminate unexpected I/O to the minor log file
Introduce test_server_io and test_server_gl
Clean up initialization of parallel test cases
Introduce is_io_buffered/0 to somewhat improve readability
test_server_ctrl: Consistently use set_io_buffering/1
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 7691920993..64e2cb6507 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -53,7 +53,8 @@ MODULES= \ ct_verbosity_SUITE \ ct_shell_SUITE \ ct_system_error_SUITE \ - ct_snmp_SUITE + ct_snmp_SUITE \ + ct_group_leader_SUITE ERL_FILES= $(MODULES:%=%.erl) |