mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
81 lines
2.1 KiB
Makefile
81 lines
2.1 KiB
Makefile
|
|
SUBDIRS = bank
|
|
|
|
ndbtest_PROGRAMS = \
|
|
flexBench \
|
|
drop_all_tabs \
|
|
create_all_tabs \
|
|
create_tab \
|
|
flexAsynch \
|
|
flexBench \
|
|
flexHammer \
|
|
flexScan \
|
|
flexTT \
|
|
testBackup \
|
|
testBasic \
|
|
testBasicAsynch \
|
|
testBlobs \
|
|
testDataBuffers \
|
|
testDict \
|
|
testIndex \
|
|
testMgm \
|
|
testNdbApi \
|
|
testNodeRestart \
|
|
testOIBasic \
|
|
testOperations \
|
|
testRestartGci \
|
|
testScan \
|
|
testScanInterpreter \
|
|
testSystemRestart \
|
|
testTimeout \
|
|
testTransactions \
|
|
test_event
|
|
|
|
#flexTimedAsynch
|
|
#testBlobs
|
|
#flex_bench_mysql
|
|
|
|
create_all_tabs_SOURCES = create_all_tabs.cpp
|
|
create_tab_SOURCES = create_tab.cpp
|
|
drop_all_tabs_SOURCES = drop_all_tabs.cpp
|
|
flexAsynch_SOURCES = flexAsynch.cpp
|
|
flexBench_SOURCES = flexBench.cpp
|
|
flexHammer_SOURCES = flexHammer.cpp
|
|
flexScan_SOURCES = flexScan.cpp
|
|
flexTT_SOURCES = flexTT.cpp
|
|
#flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
|
|
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
|
|
testBackup_SOURCES = testBackup.cpp
|
|
testBasic_SOURCES = testBasic.cpp
|
|
testBasicAsynch_SOURCES = testBasicAsynch.cpp
|
|
testBlobs_SOURCES = testBlobs.cpp
|
|
testDataBuffers_SOURCES = testDataBuffers.cpp
|
|
testDict_SOURCES = testDict.cpp
|
|
testIndex_SOURCES = testIndex.cpp
|
|
testMgm_SOURCES = testMgm.cpp
|
|
testNdbApi_SOURCES = testNdbApi.cpp
|
|
testNodeRestart_SOURCES = testNodeRestart.cpp
|
|
testOIBasic_SOURCES = testOIBasic.cpp
|
|
testOperations_SOURCES = testOperations.cpp
|
|
testRestartGci_SOURCES = testRestartGci.cpp
|
|
testScan_SOURCES = testScan.cpp
|
|
testScanInterpreter_SOURCES = testScanInterpreter.cpp
|
|
testSystemRestart_SOURCES = testSystemRestart.cpp
|
|
testTimeout_SOURCES = testTimeout.cpp
|
|
testTransactions_SOURCES = testTransactions.cpp
|
|
test_event_SOURCES = test_event.cpp
|
|
|
|
INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am
|
|
|
|
##testDict_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testIndex_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testSystemRestart_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
##testTransactions_INCLUDES = $(INCLUDES) -I$(top_srcdir)/ndb/include/kernel
|
|
testBackup_LDADD = $(LDADD) bank/libbank.a
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|
|
|