Add produce method to force production on-demand.
[beam_stats.git] / Makefile
index 338f685..c36b519 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,15 @@ REBAR := ./rebar --config rebar_test_build.config
        deps_get \
        deps_update \
        dialyze \
-       dialyzer_blt_build
+       dialyzer_blt_build \
+       test
 
 all: \
        clean_all \
        deps_get \
-       compile_all
+       compile_all \
+       dialyze \
+       test
 
 deps_get:
        @$(REBAR) get-deps
@@ -50,3 +53,6 @@ dialyzer_blt_build:
                        | grep -v interface \
                        | sed -e 's/-[0-9.]*//' \
                )
+
+test:
+       @$(REBAR) ct skip_deps=true
This page took 0.02481 seconds and 4 git commands to generate.