X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=c36b5194d8f8cef4f133a55069b051e2c83f6853;hb=4997ac36497070e00aeb48a83c197069c8f41dc2;hp=f63c06c9d5a98a4fc1a4759c8249177b467c522e;hpb=c5111006c7b48830c9020d4525193a004ec09fa5;p=beam_stats.git diff --git a/Makefile b/Makefile index f63c06c..c36b519 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