summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-11-16 15:44:33 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-11-19 18:30:06 +0100
commita214bf6fb1a43be98e2a3354a4785053996e4ee0 (patch)
tree5554a5a4342500bf0a703cc18a559dd582a54f80 /Makefile
parent1ef2f39c95ca3ceb45a88343e1375f10c3dfdc29 (diff)
downloadsamba-a214bf6fb1a43be98e2a3354a4785053996e4ee0.tar.gz
Add 'make randomized-test' rule.
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60d87aef516..aa532b65bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ gdbtestenv:
quicktest:
$(WAF) test --quick $(TEST_OPTIONS)
+randomized-test:
+ $(WAF) test --random-order $(TEST_OPTIONS)
+
dist:
touch .tmplock
WAFLOCK=.tmplock $(WAF) dist