remove .fns file for removed host snab
[build-farm.git] / tridge.fns
index 4084e3ed5e1a0372a1c7df181c875378e868b7ab..5faee1cee329f8de2a97c8f66705369e6bdee0a4 100644 (file)
@@ -1,17 +1,16 @@
-# We need to disable ccache for the lcov love to work
-export CCACHE_DISABLE=yes
-export LCOV_REPORT=yes
+per_run_hook
 
-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
+global_lock
 
-#lcov and libtool disagree, enable OpenLDAP and disable OpenSSL
-export config="--with-ldap=/usr --without-openssl --disable-shared"
-test_tree lorikeet-heimdal . $compiler
+compilers="gcc"
 
+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
+done
+
+global_unlock