now that samba_3_waf is just a regular part of the build, remove seperate tree
[build-farm.git] / tridge.fns
1 per_run_hook
2
3 global_lock
4
5 . install_python.fns
6 compilers="gcc"
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         test_tree samba_3_waf source3 $compiler
17 done
18
19 global_unlock