Commit ac5a2ead authored by unknown's avatar unknown

wl1822: verify locks are flushed

parent 18e10f8f
...@@ -28,6 +28,7 @@ testScanInterpreter \ ...@@ -28,6 +28,7 @@ testScanInterpreter \
testSystemRestart \ testSystemRestart \
testTimeout \ testTimeout \
testTransactions \ testTransactions \
testDeadlock \
test_event test_event
#flexTimedAsynch #flexTimedAsynch
...@@ -61,6 +62,7 @@ testScanInterpreter_SOURCES = testScanInterpreter.cpp ...@@ -61,6 +62,7 @@ testScanInterpreter_SOURCES = testScanInterpreter.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
testDeadlock_SOURCES = testDeadlock.cpp
test_event_SOURCES = test_event.cpp test_event_SOURCES = test_event.cpp
INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel
...@@ -77,3 +79,4 @@ testBackup_LDADD = $(LDADD) bank/libbank.a ...@@ -77,3 +79,4 @@ testBackup_LDADD = $(LDADD) bank/libbank.a
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
This diff is collapsed.
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