enable s4 waf build on more boxes
[build-farm.git] / hape.fns
1 #export CFLAGS="-O2 -g -Wall"
2
3 per_run_hook
4
5 global_lock
6
7 #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
8 #export PATH
9
10 MAXTIME=18000
11 TORTURE_MAXTIME=3600
12 SMBD_MAXTIME=18000
13 SAMBA_MAXTIME=18000
14 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
15
16 #for compiler in gcc cc ; do
17 for compiler in gcc ; do
18
19         export config="--with-included-popt"
20         . common.fns
21
22         # sun_path for unix sockets is char[92]
23         # so we need to use shorter pathes for make test
24         export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt"
25         MAKE=gmake test_tree samba_4_0_test source $compiler
26         MAKE=gmake test_tree samba_4_0_waf source4 $compiler
27
28         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
29         test_tree samba_3_current source $compiler
30         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
31         test_tree samba_3_next source $compiler
32         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
33         test_tree samba_3_master source $compiler
34
35 done
36
37 global_unlock