Commit 6222ec94 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

fixes[t:2213] Fixes #2213.

git-svn-id: file:///svn/toku/tokudb@16069 c7de825b-a66e-492c-adef-691d508d4ae1
parent ee8d5b67
...@@ -57,6 +57,18 @@ $(DBCXX): ...@@ -57,6 +57,18 @@ $(DBCXX):
clean: clean:
rm -rf $(TARGETS) *.gcno *.gcda *.gcov *.db dir.test.db.assoc3 test_reverse_compare_fun.cpp.dir *.tdb.clean *.tdb.dirty rm -rf $(TARGETS) *.gcno *.gcda *.gcov *.db dir.test.db.assoc3 test_reverse_compare_fun.cpp.dir *.tdb.clean *.tdb.dirty
rm -rf \
cdd_tdb_0_b.tokudb \
check_db_create_DSM_tdb_main_0_b.tokudb \
tokudb.environment \
test_error_stream_cpp_tdb_0_b.tokudb \
test_reverse_compare_fun_cpp_dir_reverse_compare_db_main_0_b.tokudb\
permissions_tdb_0_b.tokudb \
test_cursor_count_cpp_tdb_0_b.tokudb \
check_db_create_tdb_main_0_b.tokudb \
tokudb.directory \
#this line left blank
check_test1: test1 check_test1: test1
$(VGRIND) ./$< $(SUMMARIZE_CMD) $(VGRIND) ./$< $(SUMMARIZE_CMD)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment