some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / SerNet-Tru64.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=18000
6 SMBD_MAXTIME=8500
7 SAMBA_MAXTIME=8500
8 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
9
10 compilers="cc"
11
12 CFLAGS="-g $CFLAGS"
13 export CFLAGS
14
15 for compiler in $compilers; do
16
17         . common.fns
18
19         config="--without-acl-support"
20         export config
21         test_tree samba_current . $compiler
22         test_tree samba_next . $compiler
23         test_tree samba_master . $compiler
24         config=""
25         export config
26 done
27
28 global_unlock