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:
parent
8bf311288b
commit
dfe73e7885
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user