also return unfiltered callanalyse output
[build-farm.git] / coverage.fns
1 # We need to disable ccache for the lcov love to work
2 export CCACHE_DISABLE=yes
3 export LCOV_REPORT=yes
4 export CALLCATCHER_REPORT=yes
5 export EXTRA_ACTIONS="lcovreport callcatcherreport"
6
7 compiler="callcatcher-gcc"
8
9 . common.fns
10
11 export PIDL_TESTS_SKIP=yes
12 test_tree samba_4_0_test . $compiler
13
14 test_tree samba_3_current source3 $compiler
15 test_tree samba_3_next source3 $compiler
16 test_tree samba_3_master source3 $compiler
17