Add test_suite function.
[amitay/build-farm.git] / sunX.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=42200 # 12 hours
6 TORTURE_MAXTIME=3600
7 SMBD_MAXTIME=42200
8 SAMBA_MAXTIME=42200
9 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
10
11 compilers="cc gcc"
12 for compiler in $compilers; do
13         #export config="--with-included-popt"
14         . common.fns
15         TDB_NO_FSYNC=1
16         export TDB_NO_FSYNC
17         test_tree samba_4_0_test source4 $compiler
18         TDB_NO_FSYNC=0
19         export TDB_NO_FSYNC
20
21         test_tree samba_3_current source $compiler
22         test_tree samba_3_next source $compiler
23         test_tree samba_3_master source $compiler
24
25 done
26
27 global_unlock