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
commiteed8c7ab7df59dc931207d6be56e7984d8763ec8 (patch)
tree3ad326c2fed70e2f733c3da90e4a3efd23e6f6b1 /Makefile.am
parent673b530e266f2b2cc42ef72090a02d5744b84478 (diff)
downloadmariadb-git-eed8c7ab7df59dc931207d6be56e7984d8763ec8.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 ; \