summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-10-15 19:04:57 +0400
committerAlexander Nozdrin <alik@sun.com>2009-10-15 19:04:57 +0400
commit3b3955be5a810b05cec3fc63ddcd41a55913067b (patch)
tree3ad326c2fed70e2f733c3da90e4a3efd23e6f6b1 /Makefile.am
parenta363c06ed079fa30a9aca48f783d563d130ac2dd (diff)
downloadmariadb-git-3b3955be5a810b05cec3fc63ddcd41a55913067b.tar.gz
Adding funcs_1 into "make test"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 ; \