X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=tridge.fns;h=f5982009840275adcef7a37757f7ec2a4d4d962d;hb=7a1ca19d62065d21d84d4c4cdae10412dbb03540;hp=952109e79658034b767386d9be928a8e64a6f423;hpb=ee55534c8ce3b011d99e119204a3075402cc4c83;p=build-farm.git diff --git a/tridge.fns b/tridge.fns index 952109e7..f5982009 100644 --- a/tridge.fns +++ b/tridge.fns @@ -1,19 +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 -test_tree samba4 source $compiler -test_tree samba_3_0 source $compiler -test_tree rsync . $compiler -test_tree distcc . $compiler -test_tree ccache . $compiler -test_tree talloc . $compiler -test_tree tdb . $compiler -test_tree ldb . $compiler +compilers="gcc" -#lcov and libtool disagree, enable OpenLDAP and disable OpenSSL -export config="--with-ldap=/usr --without-openssl --disable-shared" -test_tree lorikeet-heimdal . $compiler +for compiler in $compilers; do + . common.fns + test_tree samba_4_0_test . $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