enable s4 waf build on more boxes
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 19 Mar 2010 12:41:25 +0000 (12:41 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Fri, 19 Mar 2010 12:41:25 +0000 (12:41 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@942 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

SerNet-IRIX.fns
SerNet-Tru64.fns
charis.fns
fjall.fns
hape.fns
magni.fns
opi.fns
qnx18.fns

index 61ab2dca21555526cd84acdbb6ba9da9be558f49..a5878f27bdcb5481f15bda968aa33bb4c21707c3 100644 (file)
@@ -14,6 +14,7 @@ for compiler in cc ; do
        . common.fns
 
        test_tree samba_4_0_test source $compiler
+       test_tree samba_4_0_waf source4 $compiler
 
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler
index a8ae171813b2894a1cd7306f39b6dc52cab2218b..bd7b85309e2f30305bfee760c51cebedbb40d1cb 100644 (file)
@@ -14,6 +14,7 @@ export SAMBA_MAXTIME
 . common.fns
 test_tree lorikeet-heimdal . $compiler
 CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_waf source4 $compiler
 CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_current source $compiler
 CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_next source $compiler
 CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_master source $compiler
index dcee46f84959326c0bfec52a076ad1f9caa413c5..49aa64b1d0b517e48bc7f2db08e67333b5e0ce29 100755 (executable)
@@ -8,6 +8,7 @@ global_lock
 system=`uname`
 
 compiler=gcc
+test_tree samba_4_0_waf source4 gcc
 export config="--enable-automatic-dependencies"
 test_tree samba_4_0_test source gcc
 export config="--enable-merged-build"
index d4cef2e8ceff8dc8eed278ea4e534bd42c1a7207..1d31956ef0c143915ec1c6567d97a3d1cdcc6703 100644 (file)
--- a/fjall.fns
+++ b/fjall.fns
@@ -19,6 +19,7 @@ export TORTURE_MAXTIME=7200
 export SMBD_MAXTIME=24000
 export SAMBA_MAXTIME=24000
 
+test_tree samba_4_0_waf source4 gcc
 test_tree samba_4_0_test source gcc
 test_tree samba_3_current source gcc
 test_tree samba_3_next source gcc
index 91c7159be582a84c8a883b577d16afcd02222949..a5dd4b78231cb968ecae19586e003359e688c49e 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -23,6 +23,7 @@ for compiler in gcc ; do
        # so we need to use shorter pathes for make test
        export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt"
        MAKE=gmake test_tree samba_4_0_test source $compiler
+       MAKE=gmake test_tree samba_4_0_waf source4 $compiler
 
        export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
        test_tree samba_3_current source $compiler
index 6cd99f1483fe46f9511b54461f80e7a03bf2829d..6be81e70d72b461f8417112501b8f197a8e573fc 100644 (file)
--- a/magni.fns
+++ b/magni.fns
@@ -11,6 +11,7 @@ compiler=gcc
 export config="--disable-shared"
 export PIDL_TESTS_SKIP=yes
 test_tree samba_4_0_test source $compiler 
+test_tree samba_4_0_waf source4 $compiler 
 
 export config=""
 test_tree samba_3_current source $compiler
diff --git a/opi.fns b/opi.fns
index 02baabfad8429516da39001338c4eeedbbeca6f4..4b268e493435285594896365936c079aefc971c9 100644 (file)
--- a/opi.fns
+++ b/opi.fns
@@ -11,6 +11,8 @@ export CFLAGS
 
 export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
 test_tree samba_4_0_test source $compiler
+export config="--with-selftest-prefix=/data/bf/st.samba_4_0_waf"
+test_tree samba_4_0_waf source4 $compiler
 export config=""
 
 test_tree samba_3_current source $compiler
index aec69879949440ace92861c32ea74e1d6a6bc057..1dcd1263d2e4eebc87dc80056afdab75440a0aa4 100644 (file)
--- a/qnx18.fns
+++ b/qnx18.fns
@@ -11,6 +11,7 @@ test_tree lorikeet-heimdal . $compiler
 
 if which perl > /dev/null; then
        test_tree samba_4_0_test source $compiler
+       test_tree samba_4_0_waf source4 $compiler
 fi
 
 #test_tree samba_3_current source $compiler