29fec958205b7236d36ae66ac0e538e0645ba2dd
[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 #for compiler in gcc cc ; do
11 for compiler in gcc ; do
12
13         export config=""
14         . common.fns
15
16         # sun_path for unix sockets is char[92]
17         # so we need to use shorter pathes for make test
18         export config="--with-selftest-prefix=/data/home/build/st.samba4"
19         test_tree samba4 source $compiler
20
21         export config="--with-acl-support --with-libiconv=/usr/local"
22         test_tree samba_3_0 source $compiler
23
24 done
25
26 global_unlock