Add the "test-force" target to "Makefile.am".

This commit is contained in:
joerg@mysql.com 2005-08-23 19:16:43 +02:00
parent ddcbf609c4
commit c5e51b7c27

View file

@ -100,4 +100,10 @@ tags:
# Test installation
test:
cd mysql-test; perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
cd mysql-test; \
perl ./mysql-test-run && perl ./mysql-test-run --ps-protocol
test-force:
cd mysql-test; \
./mysql-test-run --force ;\
./mysql-test-run --ps-protocol --force