Allow 'make testenv-dc', 'make testenv-member', etc.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 6 Oct 2008 14:00:10 +0000 (16:00 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 8 Oct 2008 00:19:24 +0000 (02:19 +0200)
source4/selftest/config.mk

index 2fcb71eb7ae658b8bdeb664ec5350c9cbd94189a..e4bb2df0ad90c11531cf1d187e27e81082cd9e8e 100644 (file)
@@ -49,6 +49,9 @@ quicktestone:: all
 testenv:: everything
        $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv
 
+testenv-%:: everything
+       SELFTEST_TESTENV=$* $(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv
+
 valgrindtest:: valgrindtest-all
 
 valgrindtest-quick:: all