diff --git a/Makefile b/Makefile index 8ee24b16..220ab9db 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,12 @@ clean: rm -f test/*.beam rm -f erl_crash.dump -tests: app +tests: app eunit ct + +eunit: @$(REBAR) eunit + +ct: @$(REBAR) ct dialyze: