X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=gwen.fns;h=2722993d26ddd065002d4c65fa24096a2a1f0c9f;hb=909b72b4e3da7c5210d820bdf7a7228739d03284;hp=dfdc2d46694b6c65062cdac3b2b4fde4e35f21be;hpb=b6012fda146d07903ef4369bce99498c59ab134d;p=build-farm.git diff --git a/gwen.fns b/gwen.fns index dfdc2d46..2722993d 100644 --- a/gwen.fns +++ b/gwen.fns @@ -1,7 +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