diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-10-15 19:04:57 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-10-15 19:04:57 +0400 |
commit | 3b3955be5a810b05cec3fc63ddcd41a55913067b (patch) | |
tree | 3ad326c2fed70e2f733c3da90e4a3efd23e6f6b1 /Makefile.am | |
parent | a363c06ed079fa30a9aca48f783d563d130ac2dd (diff) | |
download | mariadb-git-3b3955be5a810b05cec3fc63ddcd41a55913067b.tar.gz |
Adding funcs_1 into "make test"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 ; \ |