From 293d3eb545b04438a13313b06927469f928d6479 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Jul 2010 19:53:37 +0200 Subject: s3-selftest: add "make testenv" target to Makefile. Guenther --- source3/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- cgit