From be06c015fecdf0fa2dee6a92efbf9ba6e3b52d92 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Apr 2007 11:23:49 -0700 Subject: Added funcs_1 and funcs_2 to the test-bt option --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.1