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

Improve make setup for 1426. Addresses #1426.

git-svn-id: file:///svn/toku/tokudb@9207 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1d8d3b72
......@@ -101,11 +101,11 @@ MORE_BDB_BINS = test1426.bdb
.PHONY: default all check tests check.lin check.tlog check.log tests.lin tests.log tests.tlog
default all build: $(ALL_TESTS)
default all build: $(ALL_TESTS) $(MORE_BDB_BINS)
check: check.tdb check.bdb ;
tests: tests.bdb tests.tdb ;
tests.bdb: $(BDB_TESTS) $(MORE_BDB_BINS) ;
tests.bdb: $(BDB_TESTS) ;
check.bdb: $(RUN_BDB_TESTS) ;
tests.tdb: $(TDB_TESTS) ;
check.tdb: $(RUN_TDB_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