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

Refs #1667.

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