Commit 867e8b97 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

BDB_DONTRUN tests were being compiled. Fixes #1315.

git-svn-id: file:///svn/toku/tokudb.1032b@8282 c7de825b-a66e-492c-adef-691d508d4ae1
parent d8b0d25a
...@@ -45,7 +45,7 @@ BDB_DONTRUN_TESTS = \ ...@@ -45,7 +45,7 @@ BDB_DONTRUN_TESTS = \
helgrind 2\ helgrind 2\
#\ ends prev line #\ ends prev line
BDB_TESTS = $(patsubst %.c,%.bdb$(BINSUF),$(filter-out $(patsubst %,%.c,$(BDB_DONTRUN)),$(SRCS))) BDB_TESTS = $(patsubst %.c,%.bdb$(BINSUF),$(filter-out $(patsubst %,%.c,$(BDB_DONTRUN_TESTS)),$(SRCS)))
TDB_TESTS_THAT_SHOULD_FAIL= \ TDB_TESTS_THAT_SHOULD_FAIL= \
test_groupcommit_count \ test_groupcommit_count \
......
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