Provide a target for an eunit_console.

This commit is contained in:
Jesper Louis Andersen 2012-01-21 15:13:22 +01:00
parent fc024e95b6
commit 6293ada2f4

View file

@ -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