diff options
author | unknown <mwagner@here.mwagner.org> | 2004-12-13 13:48:37 -0600 |
---|---|---|
committer | unknown <mwagner@here.mwagner.org> | 2004-12-13 13:48:37 -0600 |
commit | 6dad55159110c113df366e3b1dd377f30ae91efe (patch) | |
tree | cf5baed6afbaedd7b92924a08ef2b2e0ae70e7dc /Makefile.am | |
parent | c9a0e4ad5d59b37cdc3de4931b513f9af2e31541 (diff) | |
download | mariadb-git-6dad55159110c113df366e3b1dd377f30ae91efe.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0770854f176..6d089cee698 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 + |