Add dictionary method: pop.
[hope.git] / Makefile
index 732cd85..34c0fe9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,14 @@
 .PHONY: \
+       ci \
        fresh-build \
        compile \
        clean \
-       dialyze
+       dialyze \
+       test
+
+ci: \
+       compile \
+       test
 
 fresh-build: \
        clean \
@@ -16,3 +22,6 @@ clean:
 
 dialyze:
        @dialyzer ebin
+
+test:
+       @rebar ct skip_deps=true --verbose=0
This page took 0.025569 seconds and 4 git commands to generate.