aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ee24b1..220ab9d 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: