r25386: add 'make testsuite' target that tries to at least compile
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Sep 2007 22:47:25 +0000 (22:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:23 +0000 (15:07 -0500)
smbtorture, smbclient and cifsdd which are used by samba3's
'make test' in future.

metze
(This used to be commit 712074d9503aef7b0c32d4e06c50c8dbb7b5cdc2)

source4/main.mk

index 2b175f62aba7b3d5ff21161e0ce2ec57bd01022a..4610ecb2608cea0e1c0f33f3ee093e3857060177 100644 (file)
@@ -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)'