Use --enable-selftest only on master
[build-farm.git] / tridge.fns
index e58e3fbb3c75047c5058529a632037ee3cf4de07..f5982009840275adcef7a37757f7ec2a4d4d962d 100644 (file)
@@ -1,5 +1,17 @@
-# 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
+       test_tree samba_3_master source3 $compiler
+done
+
+global_unlock