diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-27 22:47:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:23 -0500 |
commit | 3ff257b36b9a7adb986f39f66b2c8181b61a29ee (patch) | |
tree | 64b60666656f3274a804ca1de0a8f1151daf9a5a /source4 | |
parent | 08aba81a3675a5a69a0e87e3d08365b7ac00de2f (diff) | |
download | samba-3ff257b36b9a7adb986f39f66b2c8181b61a29ee.tar.gz samba-3ff257b36b9a7adb986f39f66b2c8181b61a29ee.tar.bz2 samba-3ff257b36b9a7adb986f39f66b2c8181b61a29ee.zip |
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)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 6 |
1 files changed, 6 insertions, 0 deletions
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)' |