mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Moved testScanPerf to ndb/test/ndbapi/ and added it to Makefile
BitKeeper/deleted/.del-Makefile~bf89f137b06b6e68: Delete: ndb/test/ndbapi/testScanPerf/Makefile BitKeeper/deleted/.del-testScanPerf.cpp~b619ce6099f279a1: Delete: ndb/test/ndbapi/testScanPerf/testScanPerf.cpp ndb/test/ndbapi/Makefile.am: Add testScanPerf to Makefile.am
This commit is contained in:
parent
8a23601e06
commit
8e74ef8aca
3 changed files with 2 additions and 9 deletions
|
|
@ -25,6 +25,7 @@ testOperations \
|
|||
testRestartGci \
|
||||
testScan \
|
||||
testScanInterpreter \
|
||||
testScanPerf \
|
||||
testSystemRestart \
|
||||
testTimeout \
|
||||
testTransactions \
|
||||
|
|
@ -59,6 +60,7 @@ testOperations_SOURCES = testOperations.cpp
|
|||
testRestartGci_SOURCES = testRestartGci.cpp
|
||||
testScan_SOURCES = testScan.cpp
|
||||
testScanInterpreter_SOURCES = testScanInterpreter.cpp
|
||||
testScanPerf_SOURCES = testScanPerf.cpp
|
||||
testSystemRestart_SOURCES = testSystemRestart.cpp
|
||||
testTimeout_SOURCES = testTimeout.cpp
|
||||
testTransactions_SOURCES = testTransactions.cpp
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
include .defs.mk
|
||||
|
||||
TYPE = ndbapitest
|
||||
|
||||
BIN_TARGET = testScanPerf
|
||||
|
||||
SOURCES = testScanPerf.cpp
|
||||
|
||||
include $(NDB_TOP)/Epilogue.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue