Set-up testing skeleton.
[hope.git] / Makefile
index 732cd85..3104462 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@
        fresh-build \
        compile \
        clean \
-       dialyze
+       dialyze \
+       test
 
 fresh-build: \
        clean \
@@ -16,3 +17,6 @@ clean:
 
 dialyze:
        @dialyzer ebin
+
+test:
+       @rebar ct skip_deps=true --verbose=0
This page took 0.020983 seconds and 4 git commands to generate.