0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Makefile: Clean build the application before starting tests.

This commit is contained in:
Loïc Hoguin 2011-05-16 12:16:26 +02:00
parent 98b9b1124c
commit 4e4df58242

View file

@ -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