X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=blobdiff_plain;f=Makefile;h=5078ecd1c1fc46ef85aaf3b47a840bf619118ea9;hp=f63c06c9d5a98a4fc1a4759c8249177b467c522e;hb=b0ab6ee2c0bea2f50a60d2260fc2e71dfb01320b;hpb=e7b39f0719b5d561181b2ecb49da5b8e6a897076 diff --git a/Makefile b/Makefile index f63c06c..5078ecd 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +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 \ - dialyze + dialyze \ + test deps_get: @$(REBAR) get-deps @@ -51,3 +53,6 @@ dialyzer_blt_build: | grep -v interface \ | sed -e 's/-[0-9.]*//' \ ) + +test: + @rebar ct skip_deps=true