diff options
author | unknown <omer@linux.site> | 2007-05-08 16:38:34 -0700 |
---|---|---|
committer | unknown <omer@linux.site> | 2007-05-08 16:38:34 -0700 |
commit | 6c3efc5ac872cddc209bf69c5808ce2d4cce1e6f (patch) | |
tree | 9c5eee7ad7287bacd4a43debb3159a1d43fb941c /Makefile.am | |
parent | 622db13a3d67a3d224bdbbda889f480875faf68d (diff) | |
download | mariadb-git-6c3efc5ac872cddc209bf69c5808ce2d4cce1e6f.tar.gz |
Added additional QA functional test suites to the test-bt section in the Makefile.am file
Makefile.am:
Added additional QA functional test suites to the test-bt section
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cbca477fbf7..c212173eed1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,6 +127,12 @@ test-bt: @PERL@ ./mysql-test-run.pl --force --comment=funcs1_ps --ps-protocol --suite=funcs_1 -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --force --comment=funcs2 --suite=funcs_2 + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=partitions + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @PERL@ ./mysql-test-run.pl --force --comment=jp --suite=jp test-bt-debug: -cd mysql-test ; MTR_BUILD_THREAD=auto \ |