diff options
author | unknown <omer@linux.localdomain> | 2007-04-17 11:23:49 -0700 |
---|---|---|
committer | unknown <omer@linux.localdomain> | 2007-04-17 11:23:49 -0700 |
commit | be06c015fecdf0fa2dee6a92efbf9ba6e3b52d92 (patch) | |
tree | ab2673d96db3d495614c4786c4fe0e71ab8aaa15 /Makefile.am | |
parent | 203b805858f54bceb69630c3211ab74e7f138f67 (diff) | |
download | mariadb-git-be06c015fecdf0fa2dee6a92efbf9ba6e3b52d92.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 \ |