add 'samba_3_X_devel' to the builds.
[build-farm.git] / magni.fns
1 # We need to disable ccache for the lcov love to work
2 export CCACHE_DISABLE=yes
3 export LCOV_REPORT=yes
4 export PYTHON_VERSION=2.5
5
6 compiler=gcc
7
8 . common.fns
9
10 #lcov like shared libraries
11 export config="--disable-shared"
12 export PIDL_TESTS_SKIP=yes
13 test_tree samba_4_0_test source $compiler 
14
15 export config=""
16 test_tree samba_3_X_test source $compiler
17 test_tree samba_3_X_devel source $compiler
18
19 #lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
20 export config="--with-ldap=/usr --without-openssl --disable-shared"
21 test_tree lorikeet-heimdal . $compiler
22