Improve the test stale btree removal.

Also delete the "simple" Btree in between test runs so we have a clean
slate of what is happening.
This commit is contained in:
Jesper Louis Andersen 2012-01-07 00:58:57 +01:00
parent f31a771bc3
commit 372a05619c

View file

@ -18,7 +18,7 @@ eunit: compile clean-test-btrees
@$(REBAR) eunit skip_deps=true
clean-test-btrees:
rm -fr .eunit/Btree_*
rm -fr .eunit/Btree_* .eunit/simple
plt: compile
$(DIALYZER) --build_plt --output_plt .fractal_btree.plt \