mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
e499f5c08f
When assert() is called, which is not uncommon in utility code within NetSurf, we lose coverage data for anything done before the assert() in the test. This commit corrects that oversight but is at least slightly GCC specific and may need tweaks for non-Linux platforms. By default, 'make coverage' will enable assert coverage, and it can be disabled with 'make coverage NOASSERTCOVERAGE=yes' if necessary. Signed-off-by: Daniel Silverstone <dsilvers@netsurf-browser.org> |
||
---|---|---|
.. | ||
data | ||
js | ||
assert.c | ||
bloom.c | ||
corestrings.c | ||
hashtable.c | ||
llcache.c | ||
log.c | ||
Makefile | ||
malloc_fig.c | ||
malloc_fig.h | ||
message_data_inline.h | ||
messages.c | ||
mimesniff.c | ||
nsoption.c | ||
nsurl.c | ||
testament.h | ||
time.c | ||
urldbtest.c | ||
urlescape.c | ||
utils.c |