diff options
-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]}. |