Fix summary
[amitay/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 source4 $compiler configure config_log config_header build install test lcovreport
14
15 export config=""
16 test_tree samba_3_current source $compiler
17 test_tree samba_3_next source $compiler
18 test_tree samba_3_master source $compiler
19
20 #lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
21 export config="--with-ldap=/usr --without-openssl --disable-shared"
22 test_tree lorikeet-heimdal . $compiler
23