min_age takes an absolute timestamp.
[build-farm.git] / coverage.fns
1 per_run_hook
2
3 global_lock
4
5 # We need to disable ccache for the lcov love to work
6 export CCACHE_DISABLE=yes
7 export LCOV_REPORT=yes
8 export CALLCATCHER_REPORT=yes
9 export EXTRA_ACTIONS="lcovreport callcatcherreport"
10
11 compiler="callcatcher-gcc"
12
13 . common.fns
14
15 export PIDL_TESTS_SKIP=yes
16 test_tree samba_4_0_test . $compiler
17
18 test_tree samba_3_current source3 $compiler
19 test_tree samba_3_next source3 $compiler
20
21 global_unlock