From cae534e36f38dde5c34b320057a1df714d69cc5c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Oct 2006 23:19:32 +0200 Subject: [PATCH] Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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