diff options
author | Günther Deschner <gd@samba.org> | 2010-07-06 19:53:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-06 20:07:32 +0200 |
commit | 293d3eb545b04438a13313b06927469f928d6479 (patch) | |
tree | 898732e44c8120c7c7169ce66c954ff3c480d6f1 /source3 | |
parent | a679319192a50f8115c830ceabe33010d584e3c9 (diff) | |
download | samba-293d3eb545b04438a13313b06927469f928d6479.tar.gz samba-293d3eb545b04438a13313b06927469f928d6479.tar.bz2 samba-293d3eb545b04438a13313b06927469f928d6479.zip |
s3-selftest: add "make testenv" target to Makefile.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 6 |
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" |