summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/Makefile.am
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-09-15 15:17:16 +0200
committerunknown <joreland@mysql.com>2004-09-15 15:17:16 +0200
commit574fcc2e5241207fdefd6921d48c9a2f17a0aa39 (patch)
tree4885b2ebe5b082599143a8192b0e40e1f7d67e57 /ndb/test/ndbapi/Makefile.am
parent3db7442e2855186ba87edf4c33b76b5883ee7ba6 (diff)
downloadmariadb-git-574fcc2e5241207fdefd6921d48c9a2f17a0aa39.tar.gz
New test prg, testLcp
ndb/test/ndbapi/Makefile.am: New test prg
Diffstat (limited to 'ndb/test/ndbapi/Makefile.am')
-rw-r--r--ndb/test/ndbapi/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/test/ndbapi/Makefile.am b/ndb/test/ndbapi/Makefile.am
index 95fcf621e89..787589dd9b6 100644
--- a/ndb/test/ndbapi/Makefile.am
+++ b/ndb/test/ndbapi/Makefile.am
@@ -30,7 +30,7 @@ testSystemRestart \
testTimeout \
testTransactions \
testDeadlock \
-test_event ndbapi_slow_select testReadPerf
+test_event ndbapi_slow_select testReadPerf testLcp
#flexTimedAsynch
#testBlobs
@@ -68,6 +68,7 @@ testDeadlock_SOURCES = testDeadlock.cpp
test_event_SOURCES = test_event.cpp
ndbapi_slow_select_SOURCES = slow_select.cpp
testReadPerf_SOURCES = testReadPerf.cpp
+testLcp_SOURCES = testLcp.cpp
INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel