1a4d7b48548b2c53e83904de7a0bb8d4449d7daf
[build-farm.git] / SerNet-IRIX.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=36000
6 TORTURE_MAXTIME=3600
7 SMBD_MAXTIME=18000
8 SAMBA_MAXTIME=18000
9 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
10
11 compilers="cc"
12
13 for compiler in $compilers; do
14
15         #export config="--with-included-popt"
16         . common.fns
17
18         test_tree samba_4_0_test . $compiler
19
20         test_tree samba_3_current source3 $compiler
21         test_tree samba_3_next source3 $compiler
22         test_tree samba_3_master source3 $compiler
23         test_tree samba_3_waf source3 $compiler
24 done
25
26 global_unlock