diff options
author | unknown <joreland@mysql.com> | 2005-04-19 11:17:32 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-04-19 11:17:32 +0200 |
commit | 92a00143d7460c964523494e573508c151b9cba4 (patch) | |
tree | 23713ec06fec1f04a15635a809a53344f2b1ace3 /ndb/test | |
parent | 24dd3ea806742038fd41d8f7481a35e248b95bf5 (diff) | |
download | mariadb-git-92a00143d7460c964523494e573508c151b9cba4.tar.gz |
CSC5149 - ndb test programs
Fix src distributions for benchmark prg
Diffstat (limited to 'ndb/test')
-rw-r--r-- | ndb/test/ndbapi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/test/ndbapi/Makefile.am b/ndb/test/ndbapi/Makefile.am index 0c84db8c068..6f04ac3fce2 100644 --- a/ndb/test/ndbapi/Makefile.am +++ b/ndb/test/ndbapi/Makefile.am @@ -70,8 +70,8 @@ test_event_SOURCES = test_event.cpp ndbapi_slow_select_SOURCES = slow_select.cpp testReadPerf_SOURCES = testReadPerf.cpp testLcp_SOURCES = testLcp.cpp -DbCreate_SOURCES= bench/mainPopulate.cpp bench/dbPopulate.cpp bench/userInterface.cpp -DbAsyncGenerator_SOURCES= bench/mainAsyncGenerator.cpp bench/asyncGenerator.cpp bench/ndb_async2.cpp +DbCreate_SOURCES= bench/mainPopulate.cpp bench/dbPopulate.cpp bench/userInterface.cpp bench/dbPopulate.h bench/userInterface.h bench/testData.h bench/testDefinitions.h bench/ndb_schema.hpp bench/ndb_error.hpp +DbAsyncGenerator_SOURCES= bench/mainAsyncGenerator.cpp bench/asyncGenerator.cpp bench/ndb_async2.cpp bench/dbGenerator.h bench/macros.h bench/userInterface.h bench/testData.h bench/testDefinitions.h bench/ndb_schema.hpp bench/ndb_error.hpp INCLUDES_LOC = -I$(top_srcdir)/ndb/include/kernel |