summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMagnus Svensson <msvensson@mysql.com>2008-10-08 22:29:15 +0200
committerMagnus Svensson <msvensson@mysql.com>2008-10-08 22:29:15 +0200
commit911e6386b9bca6aaaa49f56925be45d54679d12f (patch)
tree6fc008086562e9eabcf1b8f0ba56cdea3dd267d9 /Makefile.am
parent2d2387927af4a369bc5982ea1cf23401b358adc0 (diff)
downloadmariadb-git-911e6386b9bca6aaaa49f56925be45d54679d12f.tar.gz
WL#4189 Add smoke target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d7745d96e6c..a623c79c177 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,6 +119,10 @@ test-reprepare:
test: test-unit test-ns test-pr
+smoke:
+ cd mysql-test ; \
+ @PERL@ ./mysql-test-run.pl --do-test=s
+
test-full: test test-nr test-ps
test-force: