Skip to content

Commit

Permalink
eunit trget should build
Browse files Browse the repository at this point in the history
  • Loading branch information
massemanet committed Oct 19, 2015
1 parent 594d2b1 commit 999f81e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 999f81e

Please sign in to comment.