use download.samba.org::ftp/unpacked/
[build-farm.git] / SerNet-Tru64.fns
index 93eb0422ad515d1ed1b75996a5d2d851b866c0da..ded96c96b1b9f49b0cc2c8407efee084fc083200 100644 (file)
@@ -2,20 +2,27 @@ per_run_hook
 
 global_lock
 
-compiler=cc
-
 MAXTIME=18000
-export MAXTIME
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
 SAMBA_MAXTIME=8500
-export SAMBA_MAXTIME
-
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test 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
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+
+compilers="cc"
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+       . common.fns
+
+       config="--without-acl-support"
+       export config
+       test_tree samba_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
+       config=""
+       export config
+done
 
 global_unlock