Browse Source

Makefile: Clean build the application before starting tests.

Loïc Hoguin 14 years ago
parent
commit
4e4df58242
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ clean:
 	rm -f test/*.beam
 	rm -f test/*.beam
 	rm -f erl_crash.dump
 	rm -f erl_crash.dump
 
 
-tests: app eunit ct
+tests: clean app eunit ct
 
 
 eunit:
 eunit:
 	@$(REBAR) eunit
 	@$(REBAR) eunit