summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2007-06-22 22:32:50 +0200
committerunknown <joerg@trift2.>2007-06-22 22:32:50 +0200
commit957d0156906654a5cf6976e650d813c163078658 (patch)
treeb32971b338dd3022279e757b6d78ac5d589f89f7 /Makefile.am
parentd4c41aebe93745f7f9e70b14c43e96f022ca912f (diff)
parent054201f48d765116a0a478166441c41f6f0bf5f5 (diff)
downloadmariadb-git-957d0156906654a5cf6976e650d813c163078658.tar.gz
Merge trift2.:/MySQL/M50/push-5.0
into trift2.:/MySQL/M51/push-5.1 Makefile.am: Manual merge.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 14f2886c472..88e0f949657 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,6 +136,14 @@ test-bt:
@PERL@ ./mysql-test-run.pl --force --comment=rpl --suite=rpl
-cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --force --comment=partitions --suite=parts
+ -if [ -d mysql-test/suite/nist ] ; then \
+ cd mysql-test ; MTR_BUILD_THREAD=auto \
+ @PERL@ ./mysql-test-run.pl --comment=NIST+normal --force --suite=nist ; \
+ fi
+ -if [ -d mysql-test/suite/nist ] ; then \
+ cd mysql-test ; MTR_BUILD_THREAD=auto \
+ @PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
+ fi
# Re-enable the "rowlock" suite when bug#28685 is fixed
# -cd mysql-test ; MTR_BUILD_THREAD=auto \