diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | cover.spec | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,7 @@ ct: compile clean-common-test-data -pa $(CURDIR)/deps/*/ebin \ -logdir $(CURDIR)/logs \ -dir $(CURDIR)/test/ \ + -cover cover.spec \ -suite rlx_command_SUITE rlx_discover_SUITE -suite rlx_release_SUITE test: compile dialyzer eunit ct diff --git a/cover.spec b/cover.spec new file mode 100644 index 0000000..3930df1 --- /dev/null +++ b/cover.spec @@ -0,0 +1,2 @@ +%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- +{incl_app, relx, details}. |