Fix filename for subunit downlaods.
[amitay/build-farm.git] / opi.fns
1 per_run_hook
2
3 global_lock
4
5 compiler=gcc
6 CFLAGS="-O3 -Wall"
7 export CFLAGS
8
9 . common.fns
10 #test_tree lorikeet-heimdal . $compiler
11
12 export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
13 test_tree samba_4_0_test source4 $compiler
14 export config=""
15
16 test_tree samba_3_current source $compiler
17 test_tree samba_3_next source $compiler
18 export config="--enable-developer"
19 test_tree samba_3_master source $compiler
20 export config=""
21 test_tree pidl . $compiler build test
22
23 global_unlock