diff options
author | tomas@poseidon.(none) <> | 2004-05-27 08:05:10 +0000 |
---|---|---|
committer | tomas@poseidon.(none) <> | 2004-05-27 08:05:10 +0000 |
commit | 9d762e369a37372bf3646962cf5a7cd0f3eb64f1 (patch) | |
tree | c0a3de6d0172d41f4b40750e107a396374397c2c /mysql-test/Makefile.am | |
parent | 5645b7967ac93a11548dad66b56959654614258d (diff) | |
download | mariadb-git-9d762e369a37372bf3646962cf5a7cd0f3eb64f1.tar.gz |
ndb in mysql-test fix
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index d23a9919b48..266cc7799b0 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -17,6 +17,8 @@ ## Process this file with automake to create Makefile.in +SUBDIRS = ndb + benchdir_root= $(prefix) testdir = $(benchdir_root)/mysql-test EXTRA_SCRIPTS = mysql-test-run.sh install_test_db.sh |