diff options
author | gkodinov/kgeorge@macbook.gmz <> | 2006-07-14 12:09:36 +0300 |
---|---|---|
committer | gkodinov/kgeorge@macbook.gmz <> | 2006-07-14 12:09:36 +0300 |
commit | 10b2590c0b8a0d766f1b15330f3d9681aa41f9aa (patch) | |
tree | 409aed32287422377c3d93d4b1854befab5f6188 | |
parent | a64f67bc4a705264d07878aab1a7b8680c504031 (diff) | |
download | mariadb-git-10b2590c0b8a0d766f1b15330f3d9681aa41f9aa.tar.gz |
fix for a compatibility build problem on MacOSX intel.
Discussed with Kent.
-rw-r--r-- | ndb/test/ndbapi/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/Makefile.am b/ndb/test/ndbapi/Makefile.am index 19d3c4902a8..b639c71d07a 100644 --- a/ndb/test/ndbapi/Makefile.am +++ b/ndb/test/ndbapi/Makefile.am @@ -37,6 +37,10 @@ testBitfield \ DbCreate DbAsyncGenerator \ testSRBank +EXTRA_PROGRAMS = \ + test_event \ + test_event_merge \ + test_event_multi_table #flexTimedAsynch #testBlobs #flex_bench_mysql |