1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Support "make test-X" to run all tests that match regex X.

This commit is contained in:
Jelmer Vernooij 2008-10-11 22:22:29 +02:00
parent e439b3e7ab
commit 06cdfb17b9

View File

@ -52,6 +52,9 @@ testenv:: everything
testenv-%:: everything
SELFTEST_TESTENV=$* $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv
test-%::
$(MAKE) test TESTS=$*
valgrindtest:: valgrindtest-all
valgrindtest-quick:: all