Support uxsuccess.
[build-farm.git] / gwen.fns
index 4fb1718d0280521b8b2a875865154d1cc2adda3d..2722993d26ddd065002d4c65fa24096a2a1f0c9f 100644 (file)
--- a/gwen.fns
+++ b/gwen.fns
@@ -1,7 +1,18 @@
-test_tree samba_2_2 source cc
-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