Support uxsuccess.
[amitay/build-farm.git] / gwen.fns
1 per_run_hook
2
3 global_lock
4
5 . install_python.fns
6 compilers="gcc cc"
7
8 for compiler in $compilers; do
9         . common.fns
10
11         test_tree samba_4_0_test . $compiler
12
13         test_tree samba_3_current source3 $compiler
14         test_tree samba_3_next source3 $compiler
15         test_tree samba_3_master source3 $compiler
16 done
17
18 global_unlock