Skip to content
Commit 5b4186eb authored by Emmanuele Bassi's avatar Emmanuele Bassi
Browse files

Add GCOV coverage test support

Use GCOV, a GCC extension, to perform a coverage test on JSON-GLib when
we perform a 'make check'.

GCOV support builds JSON-GLib with compiler and linker flags that enable
coverage reports; then the check-local target will build the gcov file
for each source file, and the coverage report will be extracted from
those.
parent 56f56ae2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment