diff options
author | unknown <tomas@poseidon.(none)> | 2004-05-27 08:05:10 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-05-27 08:05:10 +0000 |
commit | 9e833b2a7a5f111ca320a290eb38d65a99481d25 (patch) | |
tree | c0a3de6d0172d41f4b40750e107a396374397c2c /mysql-test/Makefile.am | |
parent | c41b0e48c9bf6b6ac4a574261b9f09905484b106 (diff) | |
download | mariadb-git-9e833b2a7a5f111ca320a290eb38d65a99481d25.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 |