9fe5d336b73831eb9d5042f72dfd17b34261d968
[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
12         . common.fns
13         
14         test_tree samba4
15
16         #export config="--with-acl-support --with-libiconv=/usr/local/"
17         export config="--with-acl-support --with-libiconv=/usr/local"
18         test_tree samba_3_0 source $compiler
19
20 done
21
22 global_unlock