Commit 25fc4b99 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 1bcf3e54
......@@ -45,7 +45,7 @@ BDB_DONTRUN_TESTS = \
helgrind 2\
#\ 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= \
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