From 3ff257b36b9a7adb986f39f66b2c8181b61a29ee Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Sep 2007 22:47:25 +0000 Subject: r25386: 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 (This used to be commit 712074d9503aef7b0c32d4e06c50c8dbb7b5cdc2) --- source4/main.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4') diff --git a/source4/main.mk b/source4/main.mk index 2b175f62ab..4610ecb260 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -43,6 +43,12 @@ manpages: $(MANPAGES) 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)' -- cgit