build: Build all of samba in autoconf make test
authorAndrew Bartlett <abartlet@samba.org>
Sun, 26 May 2013 22:27:44 +0000 (08:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 May 2013 01:56:44 +0000 (11:56 +1000)
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>
source3/Makefile-smbtorture

index 4b5b143cfe25cd1dc2a2826df23475fb56c82a6c..d93e8ad49b2e962168a5bb8c61490ea6ebe7280f 100644 (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