1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00

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

This commit is contained in:
unknown
2006-10-05 23:19:32 +02:00
parent 7ec1a292a1
commit cae534e36f

View File

@@ -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