mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
50 lines
881 B
Makefile
50 lines
881 B
Makefile
include .defs.mk
|
|
|
|
|
|
ifeq ($(NDB_OS), OSE)
|
|
DIRS = basic flexBench flexAsynch
|
|
else
|
|
DIRS = lmc-bench bank ronja
|
|
BIN_DIRS = \
|
|
flexAsynch \
|
|
flexBench \
|
|
flexHammer \
|
|
flexScan \
|
|
flexTT \
|
|
create_tab \
|
|
create_all_tabs \
|
|
drop_all_tabs \
|
|
bulk_copy \
|
|
restarter2 restarter \
|
|
restarts testScan testNdbApi \
|
|
testScanInterpreter testIndex \
|
|
testInterpreter \
|
|
testOIBasic \
|
|
testBackup \
|
|
testBasic \
|
|
basicAsynch \
|
|
testNodeRestart \
|
|
testOperations testTransactions \
|
|
testSystemRestart \
|
|
testTimeout \
|
|
testMgm \
|
|
testRestartGci \
|
|
testDataBuffers \
|
|
testDict \
|
|
acid \
|
|
interpreterInTup \
|
|
telco \
|
|
indexTest \
|
|
test_event \
|
|
indexTest2 \
|
|
testGrep
|
|
|
|
ifeq ($(NDB_OS), SOLARIS)
|
|
ifeq ($(NDB_COMPILER), FORTE6)
|
|
DIRS += flexTimedAsynch
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
include ${NDB_TOP}/Epilogue.mk
|
|
|