Provide a target for an eunit_console.
This commit is contained in:
parent
fc024e95b6
commit
6293ada2f4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -17,6 +17,9 @@ clean:
|
||||||
eunit: compile clean-test-btrees
|
eunit: compile clean-test-btrees
|
||||||
@$(REBAR) eunit skip_deps=true
|
@$(REBAR) eunit skip_deps=true
|
||||||
|
|
||||||
|
eunit_console:
|
||||||
|
erl -pa .eunit deps/*/ebin
|
||||||
|
|
||||||
clean-test-btrees:
|
clean-test-btrees:
|
||||||
rm -fr .eunit/Btree_* .eunit/simple
|
rm -fr .eunit/Btree_* .eunit/simple
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue