X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=tridge.fns;h=5faee1cee329f8de2a97c8f66705369e6bdee0a4;hb=b99164612a9e858515975e6e4d2523d88ad37f79;hp=b610fa8b082de1321ff43a12c4bd8768ef321464;hpb=9134774c0fdad4932937f871457984cbcd7700c1;p=build-farm.git diff --git a/tridge.fns b/tridge.fns index b610fa8b..5faee1ce 100644 --- a/tridge.fns +++ b/tridge.fns @@ -1,20 +1,16 @@ -export PYTHON_VERSION=2.5 +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 samba_4_0_test source $compiler +for compiler in $compilers; do + . common.fns -export config="" -test_tree samba_3_X_test source $compiler -export config="" -test_tree samba_3_X_devel 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 +done +global_unlock