From 8e74ef8acab4f64214e675d31fbf70c261a45ec9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Jul 2004 09:28:18 +0200 Subject: [PATCH] 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 --- ndb/test/ndbapi/Makefile.am | 2 ++ ndb/test/ndbapi/{testScanPerf => }/testScanPerf.cpp | 0 ndb/test/ndbapi/testScanPerf/Makefile | 9 --------- 3 files changed, 2 insertions(+), 9 deletions(-) rename ndb/test/ndbapi/{testScanPerf => }/testScanPerf.cpp (100%) delete mode 100644 ndb/test/ndbapi/testScanPerf/Makefile diff --git a/ndb/test/ndbapi/Makefile.am b/ndb/test/ndbapi/Makefile.am index 6776ba966c1..97d839fe58c 100644 --- a/ndb/test/ndbapi/Makefile.am +++ b/ndb/test/ndbapi/Makefile.am @@ -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 diff --git a/ndb/test/ndbapi/testScanPerf/testScanPerf.cpp b/ndb/test/ndbapi/testScanPerf.cpp similarity index 100% rename from ndb/test/ndbapi/testScanPerf/testScanPerf.cpp rename to ndb/test/ndbapi/testScanPerf.cpp diff --git a/ndb/test/ndbapi/testScanPerf/Makefile b/ndb/test/ndbapi/testScanPerf/Makefile deleted file mode 100644 index fdf5980b385..00000000000 --- a/ndb/test/ndbapi/testScanPerf/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -include .defs.mk - -TYPE = ndbapitest - -BIN_TARGET = testScanPerf - -SOURCES = testScanPerf.cpp - -include $(NDB_TOP)/Epilogue.mk