From 372a05619c86927f36ade946ca86b81d2da976f9 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Sat, 7 Jan 2012 00:58:57 +0100 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 134000a..173a803 100644 --- a/Makefile +++ b/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 \