Make opi compile samba_3_X_devel with --enable-developer
[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 source $compiler
14 export config=""
15
16 test_tree samba_3_X_test source $compiler
17 export config="--enable-developer"
18 test_tree samba_3_X_devel source $compiler
19 export config=""
20 test_tree pidl . $compiler build test
21
22 global_unlock