The branch, master has been updated
via 4276ec7 Makefile: Add option to list all tests
from f54b2f7 ctdb: Fix CID 1324447 Double close
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 4276ec7a6c2379a0b906fab8e1dc9c080b3534bc
Author: Andreas Schneider <[email protected]>
Date: Tue Sep 15 16:20:48 2015 +0200
Makefile: Add option to list all tests
This allows you to run 'make testlist' to get a complete list of all our
tests available. You can limit it using 'make testlist TESTS=spoolss' to
only show spoolss tests for example.
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Tue Sep 15 21:57:50 CEST 2015 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
Makefile | 3 +++
1 file changed, 3 insertions(+)
Changeset truncated at 500 lines:
diff --git a/Makefile b/Makefile
index aa532b6..95681ae 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ quicktest:
randomized-test:
$(WAF) test --random-order $(TEST_OPTIONS)
+testlist:
+ $(WAF) test --list $(TEST_OPTIONS)
+
dist:
touch .tmplock
WAFLOCK=.tmplock $(WAF) dist
--
Samba Shared Repository