e7098d4b30711569c4cc93e28251011742651f34
[build-farm.git] / SerNet-solaris8.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 for compiler in cc ; do
12         #export config="--with-included-popt"
13         . common.fns
14
15         test_tree samba_4_0_test source $compiler
16
17         # this is a strange one. SerNet-solaris8 has two copies
18         # of iconv, one in /usr and the other in /usr/local
19         # it also has the python libs, but only in /usr/local
20         # we need to ensure it doesn't find python in /usr/local
21         # and iconv from /usr, otherwise the -I flags will conflict
22         CFLAGS="-I/usr/local/include" test_tree samba_4_0_waf source4 $compiler
23
24         test_tree samba_3_current source $compiler
25         test_tree samba_3_next source $compiler
26         test_tree samba_3_master source $compiler
27
28 done
29
30 global_unlock