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

Makefile: Add separate eunit and ct test rules.

This commit is contained in:
Loïc Hoguin 2011-05-04 11:50:46 +02:00
parent bb800ee0d9
commit cc663df5db

View file

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