diff options
author | Satya B <satya.bn@sun.com> | 2009-06-10 19:21:20 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-06-10 19:21:20 +0530 |
commit | 098679e8f8713c8ffd649b20dec961a56c7779b6 (patch) | |
tree | 1d740b14f244ddec333b38a356fd624adb713037 /mysql-test/Makefile.am | |
parent | bf893bea7e2777ce5389d820202436c37d4217ae (diff) | |
download | mariadb-git-098679e8f8713c8ffd649b20dec961a56c7779b6.tar.gz |
Add innodb plugin tests to a new mysql test suite 'innodb'.
Created a test suite 'innodb' under mysql-test/suite/innodb for the innodb plugin tests.
test suite 'innodb' has tests only which are not under any other mysql-test suites.
Total 14 testcases are added to the test suite.
Note: the patches in storage/innodb_plugin/mysql-test/patches are not applied yet
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 5e3582d5e16..231f30bb155 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -98,7 +98,8 @@ TEST_DIRS = t r include std_data std_data/parts collections \ suite/stress/include suite/stress/t suite/stress/r \ suite/ndb suite/ndb/t suite/ndb/r \ suite/rpl_ndb suite/rpl_ndb/t suite/rpl_ndb/r \ - suite/parts suite/parts/t suite/parts/r suite/parts/inc + suite/parts suite/parts/t suite/parts/r suite/parts/inc \ + suite/innodb suite/innodb/t suite/innodb/r suite/innodb/include # Used by dist-hook and install-data-local to copy all # test files into either dist or install directory |