summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"