mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Makefile: Add separate eunit and ct test rules.
This commit is contained in:
parent
bb800ee0d9
commit
cc663df5db
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -12,8 +12,12 @@ clean:
|
||||||
rm -f test/*.beam
|
rm -f test/*.beam
|
||||||
rm -f erl_crash.dump
|
rm -f erl_crash.dump
|
||||||
|
|
||||||
tests: app
|
tests: app eunit ct
|
||||||
|
|
||||||
|
eunit:
|
||||||
@$(REBAR) eunit
|
@$(REBAR) eunit
|
||||||
|
|
||||||
|
ct:
|
||||||
@$(REBAR) ct
|
@$(REBAR) ct
|
||||||
|
|
||||||
dialyze:
|
dialyze:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue