1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3-selftest: add "make testenv" target to Makefile.

Guenther
This commit is contained in:
Günther Deschner 2010-07-06 19:53:37 +02:00
parent a679319192
commit 293d3eb545

View File

@ -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"