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:
parent
f31a771bc3
commit
372a05619c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue