X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=5078ecd1c1fc46ef85aaf3b47a840bf619118ea9;hb=76aefffb4a92500ad4664d120b5ef2fec80e7988;hp=338f6850d449644c0661a34b9adddd49f444954a;hpb=caf75ed8160362773766c6bde005cf5f33544392;p=beam_stats.git diff --git a/Makefile b/Makefile index 338f685..5078ecd 100644 --- 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