remove .fns file for removed host charis
[build-farm.git] / gwen.fns
index 1616f07057706bad72ca77c11548418ac506b617..1d4df1257d6321ea0296ed7071a74eb7acd39c49 100644 (file)
--- a/gwen.fns
+++ b/gwen.fns
@@ -1,6 +1,17 @@
-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
+done
+
+global_unlock