summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-06 19:53:37 +0200
committerGünther Deschner <gd@samba.org>2010-07-06 20:07:32 +0200
commit293d3eb545b04438a13313b06927469f928d6479 (patch)
tree898732e44c8120c7c7169ce66c954ff3c480d6f1
parenta679319192a50f8115c830ceabe33010d584e3c9 (diff)
downloadsamba-293d3eb545b04438a13313b06927469f928d6479.tar.gz
samba-293d3eb545b04438a13313b06927469f928d6479.tar.bz2
samba-293d3eb545b04438a13313b06927469f928d6479.zip
s3-selftest: add "make testenv" target to Makefile.
Guenther
-rw-r--r--source3/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 69f3425ede..4cfcbbe585 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3258,6 +3258,12 @@ selftest:: all torture timelimit
selftest-%:
$(MAKE) selftest TESTS=$*
+SELFTEST_TESTENV = dc
+
+testenv:
+ $(MAKE) selftest SELFTEST_TESTENV=$(SELFTEST_TESTENV) TESTS="--testenv"
+
+
# Check for Winbind struct 32/64bit padding
test_wbpad:
@echo "Testing winbind request/response structure for 32/64bit padding"