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

Fixes #1667. Running {{{make check TOKUDBONLY=1}}} now skips BDB tests.

git-svn-id: file:///svn/toku/tokudb@11190 c7de825b-a66e-492c-adef-691d508d4ae1
parent 42e8e1e1
......@@ -137,7 +137,11 @@ MORE_BDB_BINS = test1426.bdb$(BINSUF)
default all build: $(ALL_TESTS) $(MORE_BDB_BINS)
check: check.tdb check.bdb ;
check: check.tdb ;
ifndef TOKUDBONLY
check: check.bdb ;
endif
tests: tests.bdb tests.tdb ;
tests.bdb: $(BDB_TESTS) ;
check.bdb: $(RUN_BDB_TESTS) ;
......
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