mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Makefile: Clean build the application before starting tests.
This commit is contained in:
parent
98b9b1124c
commit
4e4df58242
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue