mariadb/ndb/test/ndbapi/Makefile.am

88 lines
2.4 KiB
Text
Raw Normal View History

2004-05-26 17:36:55 +02:00
SUBDIRS = bank
ndbtest_PROGRAMS = \
2004-05-26 17:36:55 +02:00
flexBench \
drop_all_tabs \
create_all_tabs \
create_tab \
flexAsynch \
flexBench \
flexHammer \
flexTT \
testBackup \
testBasic \
testBasicAsynch \
2004-06-10 16:25:13 +02:00
testBlobs \
2004-05-26 17:36:55 +02:00
testDataBuffers \
testDict \
testIndex \
testMgm \
testNdbApi \
testNodeRestart \
testOIBasic \
testOperations \
testRestartGci \
testScan \
testScanInterpreter \
testScanPerf \
2004-05-26 17:36:55 +02:00
testSystemRestart \
testTimeout \
testTransactions \
2004-06-29 14:53:15 +02:00
testDeadlock \
2004-09-15 15:17:16 +02:00
test_event ndbapi_slow_select testReadPerf testLcp
2004-05-26 17:36:55 +02:00
2004-05-26 19:51:58 +02:00
#flexTimedAsynch
2004-05-26 17:36:55 +02:00
#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
flexTT_SOURCES = flexTT.cpp
2004-05-26 19:51:58 +02:00
#flexTimedAsynch_SOURCES = flexTimedAsynch.cpp
2004-05-26 17:36:55 +02:00
#flex_bench_mysql_SOURCES = flex_bench_mysql.cpp
testBackup_SOURCES = testBackup.cpp
testBasic_SOURCES = testBasic.cpp
testBasicAsynch_SOURCES = testBasicAsynch.cpp
2004-06-10 16:25:13 +02:00
testBlobs_SOURCES = testBlobs.cpp
2004-05-26 17:36:55 +02:00
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 ScanFunctions.hpp
testScanInterpreter_SOURCES = testScanInterpreter.cpp ScanFilter.hpp ScanInterpretTest.hpp
testScanPerf_SOURCES = testScanPerf.cpp
2004-05-26 17:36:55 +02:00
testSystemRestart_SOURCES = testSystemRestart.cpp
testTimeout_SOURCES = testTimeout.cpp
testTransactions_SOURCES = testTransactions.cpp
2004-06-29 14:53:15 +02:00
testDeadlock_SOURCES = testDeadlock.cpp
2004-05-26 17:36:55 +02:00
test_event_SOURCES = test_event.cpp
2004-08-31 10:14:36 +02:00
ndbapi_slow_select_SOURCES = slow_select.cpp
testReadPerf_SOURCES = testReadPerf.cpp
2004-09-15 15:17:16 +02:00
testLcp_SOURCES = testLcp.cpp
2004-05-26 17:36:55 +02:00
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.%
2004-06-10 16:25:13 +02:00
2004-06-29 14:53:15 +02:00