use download.samba.org::ftp/unpacked/
[build-farm.git] / SerNet-Tru64.fns
index 4c3797d513d47adcb81b447c83d04c954495588f..ded96c96b1b9f49b0cc2c8407efee084fc083200 100644 (file)
@@ -2,16 +2,27 @@ per_run_hook
 
 global_lock
 
-compiler=cc
-
-MAXTIME=9000
-export MAXTIME
+MAXTIME=18000
 SMBD_MAXTIME=8500
-export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+
+compilers="cc"
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+       . common.fns
 
-. common.fns
-test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g ${CFLAGS}" test_tree samba4 source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_2 source $compiler
+       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