diff options
author | msvensson@neptunus.(none) <> | 2006-10-05 23:19:32 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-10-05 23:19:32 +0200 |
commit | 15ffeaa093cdcb8da32dacbc1e1a49dc1d3b2dc5 (patch) | |
tree | 77267ef7c1e5f237e17c282bbd7c943ba38ca7f0 /Makefile.am | |
parent | babde331a44139d08e574cce9533621bcb58c31c (diff) | |
download | mariadb-git-15ffeaa093cdcb8da32dacbc1e1a49dc1d3b2dc5.tar.gz |
Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2aefbd05283..8d0746e6a64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,3 +124,8 @@ test-force-pl: cd mysql-test; \ ./mysql-test-run.pl --force && \ ./mysql-test-run.pl --ps-protocol --force + +test-force-pl-mem: + cd mysql-test; \ + ./mysql-test-run.pl --force --mem && \ + ./mysql-test-run.pl --ps-protocol --force --mem |