add missing format string
[build-farm.git] / gwen.fns
index 1616f07057706bad72ca77c11548418ac506b617..2722993d26ddd065002d4c65fa24096a2a1f0c9f 100644 (file)
--- a/gwen.fns
+++ b/gwen.fns
@@ -1,6 +1,18 @@
-test_tree samba_3_0 source cc
-test_tree samba4 source cc
-test_tree rsync . cc
-test_tree distcc . cc
-test_tree ccache . cc
+per_run_hook
 
+global_lock
+
+. install_python.fns
+compilers="gcc cc"
+
+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