diff options
author | Björn Gustavsson <[email protected]> | 2012-09-13 08:28:09 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-10-26 14:44:38 +0200 |
commit | 6b57abc785818bccf8ee615d3071dc24fa54daca (patch) | |
tree | 38c5d4a9feae497ffd910658de3e73bf155358c9 /lib/common_test | |
parent | a8b2ba096dc48a29af52fd68070089d4bbb37483 (diff) | |
download | otp-6b57abc785818bccf8ee615d3071dc24fa54daca.tar.gz otp-6b57abc785818bccf8ee615d3071dc24fa54daca.tar.bz2 otp-6b57abc785818bccf8ee615d3071dc24fa54daca.zip |
common_test: Enable running cover on common_test
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/test/Makefile | 2 | ||||
-rw-r--r-- | lib/common_test/test/common_test.cover | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index 64e2cb6507..652a9f6efe 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -108,7 +108,7 @@ release_spec: opt release_tests_spec: $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) $(ERL_FILES) $(COVERFILE) "$(RELSYSDIR)" - $(INSTALL_DATA) common_test.spec "$(RELSYSDIR)" + $(INSTALL_DATA) common_test.spec common_test.cover "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) diff --git a/lib/common_test/test/common_test.cover b/lib/common_test/test/common_test.cover new file mode 100644 index 0000000000..b6e5fa4de6 --- /dev/null +++ b/lib/common_test/test/common_test.cover @@ -0,0 +1,13 @@ +%% -*- erlang -*- +{incl_app,common_test,details}. +{excl_mods,common_test,[ct_config, + ct_gen_conn, + ct_event, + ct_logs, + ct_master, + ct_master_logs, + ct_master_status, + ct_run, + ct_slave, + ct_util, + vts]}. |