aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-05-16 12:16:26 +0200
committerLoïc Hoguin <[email protected]>2011-05-16 12:16:26 +0200
commit4e4df5824288de40f1cb700d9e4d8708710b1c7b (patch)
tree30ceca08f4f835da52e4297190d5abcc7c41f687
parent98b9b1124ca96655a774259e3f18693161f42cfa (diff)
downloadcowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.tar.gz
cowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.tar.bz2
cowboy-4e4df5824288de40f1cb700d9e4d8708710b1c7b.zip
Makefile: Clean build the application before starting tests.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 220ab9d..7678009 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
rm -f test/*.beam
rm -f erl_crash.dump
-tests: app eunit ct
+tests: clean app eunit ct
eunit:
@$(REBAR) eunit