diff options
author | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-07 07:54:59 -0700 |
commit | ec1359416be7cec52f94dc4f7d6fabb2d406d416 (patch) | |
tree | ef39d8dcdf72e86ba28a8083870495ea8e17395c /mysql-test/Makefile.am | |
parent | a5c75df390e9b67454bd0a04e75583057e9579f7 (diff) | |
download | mariadb-git-ec1359416be7cec52f94dc4f7d6fabb2d406d416.tar.gz |
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am new file mode 100644 index 00000000000..3d114e9dd27 --- /dev/null +++ b/mysql-test/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST=README README.gcov mysql-test-run t/*.test t/*.opt r/*.result \ +mybin/mysql-test_install_db mybin/start-mysqld mybin/stop-mysqld \ +mybin/translate-tests + |