aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6fb96c..8ee24b1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,12 @@ app:
clean:
@$(REBAR) clean
+ rm -f test/*.beam
rm -f erl_crash.dump
-test:
+tests: app
@$(REBAR) eunit
+ @$(REBAR) ct
dialyze:
@$(REBAR) dialyze