diff options
author | Peter Andersson <[email protected]> | 2016-06-07 09:58:51 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-06-07 15:49:36 +0200 |
commit | ddaecfbcc30e88cb66b87709d3bcf6cb2dcfaff0 (patch) | |
tree | 5e84958ce02b885d2e2b5ce0526037fed7549479 /lib/common_test/test/Makefile | |
parent | d26c15e07229c90ba8353bd78d5406ada0f13271 (diff) | |
download | otp-ddaecfbcc30e88cb66b87709d3bcf6cb2dcfaff0.tar.gz otp-ddaecfbcc30e88cb66b87709d3bcf6cb2dcfaff0.tar.bz2 otp-ddaecfbcc30e88cb66b87709d3bcf6cb2dcfaff0.zip |
Write suite that tests the API for printing to log
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 1532b6c1f7..b1eddfedd7 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -69,7 +69,8 @@ MODULES= \ erl2html2_SUITE \ test_server_SUITE \ test_server_test_lib \ - ct_release_test_SUITE + ct_release_test_SUITE \ + ct_log_SUITE ERL_FILES= $(MODULES:%=%.erl) HRL_FILES= test_server_test_lib.hrl |