diff options
author | Daniel Fischer <df@sun.com> | 2009-02-24 14:58:18 +0100 |
---|---|---|
committer | Daniel Fischer <df@sun.com> | 2009-02-24 14:58:18 +0100 |
commit | b466018cda2ae7a912afa8c880d912b63a4bb7e7 (patch) | |
tree | 7f745d6d2ebca99649d1f93281e4b55d29f148cd /mysql-test/Makefile.am | |
parent | bde5f92b314787eaec2d89665877b29481c6e260 (diff) | |
parent | aa9646c8bc25a19b312e663e0a81726bfa83c00d (diff) | |
download | mariadb-git-b466018cda2ae7a912afa8c880d912b63a4bb7e7.tar.gz |
merge
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index dc9fbbd9aa5..7661cba7ba4 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -71,11 +71,11 @@ SUBDIRS = lib/My/SafeProcess EXTRA_DIST = README \ valgrind.supp \ $(test_SCRIPTS) \ - $(nobase_test_DATA) + $(nobase_test_DATA) # List of directories containing test + result files and the # related test data files that should be copied -TEST_DIRS = t r include std_data std_data/parts \ +TEST_DIRS = t r include std_data std_data/parts collections \ std_data/ndb_backup50 std_data/ndb_backup51 \ std_data/ndb_backup51_data_be std_data/ndb_backup51_data_le \ std_data/funcs_1 \ |