From 999f81e04d91e757c43ce671a2a0774b1cdda5c1 Mon Sep 17 00:00:00 2001 From: mats cronqvist Date: Mon, 19 Oct 2015 16:34:01 +0200 Subject: [PATCH] eunit trget should build --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 354d39b..f5cd312 100644 --- a/Makefile +++ b/Makefile @@ -15,19 +15,19 @@ clean: test: compile eunit xref dialyze -eunit: +eunit: all ERL_FLAGS="-sname eunit" $(REBAR) eunit xref: all @$(REBAR) xref +dialyze: all ~/.dialyzer_plt + dialyzer -Wno_return -nn --plt ~/.dialyzer_plt --src src + ~/.dialyzer_plt: - dialyzer -nn --output_plt ~/.dialyzer_plt --build_plt \ --apps erts kernel stdlib crypto public_key inets eunit xmerl -dialyze: ~/.dialyzer_plt - dialyzer -Wno_return -nn --plt ~/.dialyzer_plt --src src - release_major: test ./bin/release.sh major