python-2.6 devel libraries installed on tridge (ppc64 box)
[build-farm.git] / tridge.fns
1 per_run_hook
2
3 global_lock
4
5 compilers="gcc"
6
7 for compiler in $compilers; do
8         . common.fns
9
10         test_tree samba_4_0_test . $compiler
11
12         test_tree samba_3_current source3 $compiler
13         test_tree samba_3_next source3 $compiler
14         test_tree samba_3_master source3 $compiler
15         test_tree samba_3_waf source3 $compiler
16 done
17
18 global_unlock