diff options
author | Loïc Hoguin <[email protected]> | 2013-03-02 16:28:13 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-03-02 16:28:13 +0100 |
commit | 489073265f4654d05b585dd825a18f6e2e36e62a (patch) | |
tree | ce546be72efbffa5af24b9eb85001e6702a58845 /Makefile | |
parent | 3442acbe355db314d7b146eb5319230106ab226b (diff) | |
download | cowboy-489073265f4654d05b585dd825a18f6e2e36e62a.tar.gz cowboy-489073265f4654d05b585dd825a18f6e2e36e62a.tar.bz2 cowboy-489073265f4654d05b585dd825a18f6e2e36e62a.zip |
Disable cover in tests by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |