X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=tridge.fns;h=f5982009840275adcef7a37757f7ec2a4d4d962d;hb=1e94282a29a9528b7a2337d1b7c815a919e07c4c;hp=e4722f83214095165435908cecf452d067c46597;hpb=76a6bbca6dbee6e61a940b9a8adda06dde5f1b9f;p=build-farm.git diff --git a/tridge.fns b/tridge.fns index e4722f83..f5982009 100644 --- a/tridge.fns +++ b/tridge.fns @@ -1,20 +1,17 @@ -# We need to disable ccache for the lcov love to work -export CCACHE_DISABLE=yes -export LCOV_REPORT=yes +per_run_hook -compiler=gcc +global_lock -. common.fns +compilers="gcc" -#lcov like shared libraries -export config="--disable-shared" -export PIDL_TESTS_SKIP=yes -test_tree samba4 source $compiler +for compiler in $compilers; do + . common.fns -export config="" -test_tree samba_3_2 source $compiler + test_tree samba_4_0_test . $compiler -#lcov and libtool disagree, enable OpenLDAP and disable OpenSSL -export config="--with-ldap=/usr --without-openssl --disable-shared" -test_tree lorikeet-heimdal . $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler + test_tree samba_3_master source3 $compiler +done +global_unlock