diff options
author | omer@linux.localdomain <> | 2007-04-17 11:23:49 -0700 |
---|---|---|
committer | omer@linux.localdomain <> | 2007-04-17 11:23:49 -0700 |
commit | ba8c9ab5a7d29747d05a19a88efa2b927e4c8eab (patch) | |
tree | ab2673d96db3d495614c4786c4fe0e71ab8aaa15 /Makefile.am | |
parent | d22e71fe50fc60048a834f93fe9cae32ba44c579 (diff) | |
download | mariadb-git-ba8c9ab5a7d29747d05a19a88efa2b927e4c8eab.tar.gz |
Added funcs_1 and funcs_2 to the test-bt option
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ed54b630aea..cdced7ed247 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,6 +152,10 @@ test-bt: @PERL@ ./mysql-test-run.pl --force --comment=normal --report-features -cd mysql-test ; MTR_BUILD_THREAD=auto \ @PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol + -cd mysql-test ; MTR_BUILD_THREAD=auto \ + @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 test-bt-debug: -cd mysql-test ; MTR_BUILD_THREAD=auto \ |