From 3b3955be5a810b05cec3fc63ddcd41a55913067b Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Thu, 15 Oct 2009 19:04:57 +0400 Subject: [PATCH] Adding funcs_1 into "make test" --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 53be49768de..b32ad443595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,8 @@ test-pr: test-ns: cd mysql-test ; \ - @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed + @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed ; \ + @PERL@ ./mysql-test-run.pl $(force) $(mem) --suite=funcs_1 test-binlog-statement: cd mysql-test ; \