From 489073265f4654d05b585dd825a18f6e2e36e62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 2 Mar 2013 16:28:13 +0100 Subject: Disable cover in tests by default --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c76f803..e5610ef 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,8 @@ CT_RUN = ct_run \ -noshell \ -pa ebin $(DEPS_DIR)/*/ebin \ -dir test \ - -logdir logs \ - -cover test/cover.spec + -logdir logs +# -cover test/cover.spec tests: ERLC_OPTS += -DTEST=1 tests: clean clean-deps deps app -- cgit v1.2.3