summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <mwagner@here.mwagner.org>2004-12-13 13:48:37 -0600
committerunknown <mwagner@here.mwagner.org>2004-12-13 13:48:37 -0600
commit6dad55159110c113df366e3b1dd377f30ae91efe (patch)
treecf5baed6afbaedd7b92924a08ef2b2e0ae70e7dc /Makefile.am
parentc9a0e4ad5d59b37cdc3de4931b513f9af2e31541 (diff)
downloadmariadb-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.am5
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
+