some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / tridge.fns
index e58e3fbb3c75047c5058529a632037ee3cf4de07..8f869feb0b2b2ed190dc410b5dda5ebbc49a4ada 100644 (file)
@@ -1,5 +1,15 @@
-# 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_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
+done
+
+global_unlock