diff options
author | sasha@mysql.sashanet.com <> | 2000-12-07 10:30:37 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-07 10:30:37 -0700 |
commit | b169cd69e82b61c0c8d0a9a5236ba2b2d5c81dae (patch) | |
tree | 8d506f9d1c623396f5e7c1db5b10cf931bc17d5b /mysql-test | |
parent | f56ed9d13654f8154210f9ff91588c70c9c6831d (diff) | |
download | mariadb-git-b169cd69e82b61c0c8d0a9a5236ba2b2d5c81dae.tar.gz |
mysql-test/Makefile.am
removed extra files, adjusted for renames
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 3d114e9dd27..5d6d2d0fbc5 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -1,4 +1,3 @@ -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 +EXTRA_DIST=README README.gcov mysql-test-run install_test_db \ +t/*.test t/*.opt r/*.result std_data/*.dat |