Support "make test-X" to run all tests that match regex X.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 11 Oct 2008 20:22:29 +0000 (22:22 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 11 Oct 2008 20:22:29 +0000 (22:22 +0200)
source4/selftest/config.mk

index e4bb2df0ad90c11531cf1d187e27e81082cd9e8e..58db087105ce0156082d6b91f3b42ad77ae83303 100644 (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