Author: metze Date: 2007-09-27 22:47:25 +0000 (Thu, 27 Sep 2007) New Revision: 25386
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25386 Log: add 'make testsuite' target that tries to at least compile smbtorture, smbclient and cifsdd which are used by samba3's 'make test' in future. metze Modified: branches/SAMBA_4_0/source/main.mk Changeset: Modified: branches/SAMBA_4_0/source/main.mk =================================================================== --- branches/SAMBA_4_0/source/main.mk 2007-09-27 22:18:06 UTC (rev 25385) +++ branches/SAMBA_4_0/source/main.mk 2007-09-27 22:47:25 UTC (rev 25386) @@ -43,6 +43,12 @@ all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules everything: all libraries headers +# 'make testsuite' creates all binaries which are +# needed by samba3's 'make test' and the build-farm +# scripts use that it as fallback in case +# 'make everything' fails +testsuite: bin/smbclient bin/cifsdd bin/smbtorture + showlayout: @echo 'Samba will be installed into:' @echo ' basedir: $(BASEDIR)'
