Makefile.am:

Add running of test suite with --ps-protocol to 'test' target


Makefile.am:
  Add running of test suite with --ps-protocol to 'test' target
This commit is contained in:
unknown 2004-12-13 13:48:37 -06:00
parent c9a0e4ad5d
commit 6dad551591

View file

@ -100,5 +100,8 @@ tags:
# Test installation
test:
cd mysql-test ; ./mysql-test-run
cd mysql-test
./mysql-test-run
./mysql-test-run --ps-protocol