some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / SerNet-Tru64.fns
index b9c093d72189d317e5cb536edc2af955a8a2a95b..ded96c96b1b9f49b0cc2c8407efee084fc083200 100644 (file)
@@ -1,11 +1,28 @@
-compilers="cc"
+per_run_hook
+
+global_lock
 
 MAXTIME=18000
 SMBD_MAXTIME=8500
 SAMBA_MAXTIME=8500
 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
+compilers="cc"
+
 CFLAGS="-g $CFLAGS"
 export CFLAGS
 
-. generic.fns
+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