diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2009-02-01 17:01:41 +0200 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2009-02-01 17:01:41 +0200 |
commit | e6b19aa0fabe50a69d7e1f6debbda83e4dad1730 (patch) | |
tree | 5a6d74471e894556b3cf6ff0f25ea62c1a891d5f /mysql-test/Makefile.am | |
parent | 6a4f8a8d2a37ee7b4272418ecce3e2f02992c0e3 (diff) | |
download | mariadb-git-e6b19aa0fabe50a69d7e1f6debbda83e4dad1730.tar.gz |
added a missing test directory in Makefile.am
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 0db8ba825ca..dc9fbbd9aa5 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -78,6 +78,7 @@ EXTRA_DIST = README \ TEST_DIRS = t r include std_data std_data/parts \ std_data/ndb_backup50 std_data/ndb_backup51 \ std_data/ndb_backup51_data_be std_data/ndb_backup51_data_le \ + std_data/funcs_1 \ extra/binlog_tests/ extra/rpl_tests \ suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data \ suite/bugs/data suite/bugs/t suite/bugs/r \ |