remove .fns file for removed host burns
[build-farm.git] / tridge.fns
index e58e3fbb3c75047c5058529a632037ee3cf4de07..5faee1cee329f8de2a97c8f66705369e6bdee0a4 100644 (file)
@@ -1,5 +1,16 @@
-# We need to disable ccache for the lcov love to work
-export CCACHE_DISABLE=yes
-export LCOV_REPORT=yes
+per_run_hook
 
-. generic.fns
+global_lock
+
+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