some css elements are standard now, now brwowser specific names needed for those
[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_current . $compiler
17 test_tree samba_next . $compiler
18 test_tree samba_master . $compiler
19
20 global_unlock