469c14dc9a6cd11b607ef8e1d2ba5043788d011c
[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 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME
14
15 #for compiler in gcc cc ; do
16 for compiler in gcc ; do
17
18         export config="--with-included-popt"
19         . common.fns
20
21         # sun_path for unix sockets is char[92]
22         # so we need to use shorter pathes for make test
23         export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt"
24         test_tree samba_4_0_test source $compiler
25
26         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
27         test_tree samba_3_X_test source $compiler
28         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
29         test_tree samba_3_X_devel source $compiler
30
31 done
32
33 global_unlock