diff options
author | Erlang/OTP <[email protected]> | 2019-04-16 16:37:33 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-16 16:37:33 +0200 |
commit | cdcc5e2d74691d6a070f957afc7f6cb8b7141dd2 (patch) | |
tree | 0303c7341885e8284072e567f336aef37c086a96 /lib/common_test/test/Makefile | |
parent | 8ab1bc2af5933b36c1583b1168e9b7875334cd50 (diff) | |
parent | 62ed4780f713d86a9bca332945bf583111570978 (diff) | |
download | otp-cdcc5e2d74691d6a070f957afc7f6cb8b7141dd2.tar.gz otp-cdcc5e2d74691d6a070f957afc7f6cb8b7141dd2.tar.bz2 otp-cdcc5e2d74691d6a070f957afc7f6cb8b7141dd2.zip |
Merge branch 'siri/ct/reset_curr_tc/ERIERL-334/OTP-15717' into maint-20
* siri/ct/reset_curr_tc/ERIERL-334/OTP-15717:
[ct] Cleanup after timetrap timeout or kill during framework call or hook
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 ecd1f727a2..bb3e7a1eca 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -74,7 +74,8 @@ MODULES= \ ct_SUITE \ ct_keep_logs_SUITE \ ct_unicode_SUITE \ - ct_auto_clean_SUITE + ct_auto_clean_SUITE \ + ct_util_SUITE ERL_FILES= $(MODULES:%=%.erl) HRL_FILES= test_server_test_lib.hrl |