mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Fixes #1667. Running {{{make check TOKUDBONLY=1}}} now skips BDB tests.
git-svn-id: file:///svn/toku/tokudb@11190 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
5c108195c3
commit
7ebad62db5
1 changed files with 5 additions and 1 deletions
|
@ -137,7 +137,11 @@ MORE_BDB_BINS = test1426.bdb$(BINSUF)
|
||||||
|
|
||||||
default all build: $(ALL_TESTS) $(MORE_BDB_BINS)
|
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: tests.bdb tests.tdb ;
|
||||||
tests.bdb: $(BDB_TESTS) ;
|
tests.bdb: $(BDB_TESTS) ;
|
||||||
check.bdb: $(RUN_BDB_TESTS) ;
|
check.bdb: $(RUN_BDB_TESTS) ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue