add samba_3_next tree to the build
[amitay/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         test_tree samba_4_0_test source $compiler
26
27         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
28         test_tree samba_3_current source $compiler
29         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
30         test_tree samba_3_next source $compiler
31         export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
32         test_tree samba_3_master source $compiler
33
34 done
35
36 global_unlock