Skip to content

Commit

Permalink
Provide a target for an eunit_console.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Jan 21, 2012
1 parent fc024e9 commit 6293ada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ clean:
eunit: compile clean-test-btrees
@$(REBAR) eunit skip_deps=true

eunit_console:
erl -pa .eunit deps/*/ebin

clean-test-btrees:
rm -fr .eunit/Btree_* .eunit/simple

Expand Down

0 comments on commit 6293ada

Please sign in to comment.