the lcov version has changed, as has the output format
[build-farm.git] / SerNet-aix.fns
1 per_run_hook
2
3 global_lock
4
5 # get the newer version of python
6 PATH=/opt/home/tridge/python/bin:$PATH
7 export PATH
8
9 PREHOOKS="configure"
10
11 prehook_configure()
12 {
13 case "$tree" in
14     samba_4*)
15                 (cd ${builddir}/..; gpatch -p 1 <$HOME/patch_aix)
16         ;;
17     *)
18         ;;
19 esac
20 }
21
22 compiler="cc"
23
24 . common.fns
25
26 test_tree lorikeet-heimdal . $compiler
27 test_tree samba_3_current source3 $compiler
28 test_tree samba_3_next source3 $compiler
29 test_tree samba_3_master source3 $compiler
30 test_tree pidl . cc build test
31
32 compiler="xlc_r"
33 test_tree samba_4_0_test . $compiler
34
35 global_unlock