Commit 82a36fe4 authored by unknown's avatar unknown

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
parent ade3917c
...@@ -25,6 +25,7 @@ testOperations \ ...@@ -25,6 +25,7 @@ testOperations \
testRestartGci \ testRestartGci \
testScan \ testScan \
testScanInterpreter \ testScanInterpreter \
testScanPerf \
testSystemRestart \ testSystemRestart \
testTimeout \ testTimeout \
testTransactions \ testTransactions \
...@@ -59,6 +60,7 @@ testOperations_SOURCES = testOperations.cpp ...@@ -59,6 +60,7 @@ testOperations_SOURCES = testOperations.cpp
testRestartGci_SOURCES = testRestartGci.cpp testRestartGci_SOURCES = testRestartGci.cpp
testScan_SOURCES = testScan.cpp testScan_SOURCES = testScan.cpp
testScanInterpreter_SOURCES = testScanInterpreter.cpp testScanInterpreter_SOURCES = testScanInterpreter.cpp
testScanPerf_SOURCES = testScanPerf.cpp
testSystemRestart_SOURCES = testSystemRestart.cpp testSystemRestart_SOURCES = testSystemRestart.cpp
testTimeout_SOURCES = testTimeout.cpp testTimeout_SOURCES = testTimeout.cpp
testTransactions_SOURCES = testTransactions.cpp testTransactions_SOURCES = testTransactions.cpp
......
include .defs.mk
TYPE = ndbapitest
BIN_TARGET = testScanPerf
SOURCES = testScanPerf.cpp
include $(NDB_TOP)/Epilogue.mk
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment