1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-18 06:04:06 +03:00

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 <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>

Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Sep 15 21:57:50 CEST 2015 on sn-devel-104
This commit is contained in:
Andreas Schneider 2015-09-15 16:20:48 +02:00 committed by Michael Adam
parent f54b2f7758
commit 4276ec7a6c

View File

@ -35,6 +35,9 @@ quicktest:
randomized-test: randomized-test:
$(WAF) test --random-order $(TEST_OPTIONS) $(WAF) test --random-order $(TEST_OPTIONS)
testlist:
$(WAF) test --list $(TEST_OPTIONS)
dist: dist:
touch .tmplock touch .tmplock
WAFLOCK=.tmplock $(WAF) dist WAFLOCK=.tmplock $(WAF) dist