diff options
author | Peter Andersson <[email protected]> | 2016-06-08 12:34:32 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-06-08 12:34:32 +0200 |
commit | 39c6338a1b671a98cc2c8d21e9ba373816e5071a (patch) | |
tree | 32f1ba1c3619765219a3b9aa0f0e1b7e465d5e60 /lib/common_test/test/Makefile | |
parent | dc653904381551a3db55381a286fc06b37f16063 (diff) | |
parent | ddaecfbcc30e88cb66b87709d3bcf6cb2dcfaff0 (diff) | |
download | otp-39c6338a1b671a98cc2c8d21e9ba373816e5071a.tar.gz otp-39c6338a1b671a98cc2c8d21e9ba373816e5071a.tar.bz2 otp-39c6338a1b671a98cc2c8d21e9ba373816e5071a.zip |
Merge branch 'peppe/common_test/log_tests'
* peppe/common_test/log_tests:
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 |