Commit cae534e3 authored by unknown's avatar unknown
Browse files

Add target to Makefile which uses the much faster --mem switch to mysql-test-run.pl

parent 7ec1a292
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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