use download.samba.org::ftp/unpacked/
[build-farm.git] / tridge.fns
index 952109e79658034b767386d9be928a8e64a6f423..8f869feb0b2b2ed190dc410b5dda5ebbc49a4ada 100644 (file)
@@ -1,19 +1,15 @@
-# 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_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
+done
+
+global_unlock