1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

build: Build all of samba in autoconf make test

The test system actually depends on far more than smbtorture these days
and this was masked by the build groups.  Rather than try and specify
everything that could be used, just build the lot (which is what was
essentially being done anyway).

This prepares for the removal of the libraries and binaries build
groups, to assist in improving waf performance for single-binary builds.

Andrew Bartlett

Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Andrew Bartlett 2013-05-27 08:27:44 +10:00
parent 8bf311288b
commit dfe73e7885

View File

@ -11,7 +11,7 @@ samba4-configure:
.PHONY: samba4-configure
bin/smbtorture: $(BINARY_PREREQS) samba4-configure samba4-config-compare
cd .. && $(WAF_BUILD) --targets=smbtorture
cd .. && $(WAF_BUILD)
cp ../bin/smbtorture bin/smbtorture
.PHONY: bin/smbtorture