[PATCH 2/2] Add 'make randomized-test' rule.
Jelmer Vernooij
jelmer at samba.org
Sun Nov 16 10:27:49 MST 2014
Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 60d87ae..aa532b6 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
--
2.2.0.rc0.207.ga3a616c
More information about the samba-technical
mailing list