aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kaplita <[email protected]>2013-12-03 12:32:44 +0100
committerKonrad Kaplita <[email protected]>2013-12-03 12:44:58 +0100
commit8ca2b7f79d163f961ae6aae070bd0997d6cb115e (patch)
treee964c702f9029219628b0f4254e91dfb6f89a958
parent04a0d907ae17cdc9b9c62130a009138b8580ff43 (diff)
downloadrelx-8ca2b7f79d163f961ae6aae070bd0997d6cb115e.tar.gz
relx-8ca2b7f79d163f961ae6aae070bd0997d6cb115e.tar.bz2
relx-8ca2b7f79d163f961ae6aae070bd0997d6cb115e.zip
Enable cover in CT tests
-rw-r--r--Makefile1
-rw-r--r--cover.spec2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79c2bc4..4d94cc7 100644
--- a/Makefile
+++ b/Makefile
@@ -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}.