Files
sqlite/ext/qrf/dev-notes.md
drh 9fb597aed1 Add developer note on how to measure coverage of QRF.
FossilOrigin-Name: 0fdd453c03addb8f5c1e546f7513e3498bccd61266174ce99a61ceebf04e97cf
2025-12-02 12:23:24 +00:00

292 B

Developer Notes

Measuring Test Coverage On Linux

On Mint Linux, as of 2025-12-02:

./configure --dev CFLAGS='-O0 -g -fprofile-arcs -ftest-coverage' make clean testfixture ./testfixture test/qrf*.test gcov -b -c testfixture-tclsqlite-ex.c


View results in tclsqlite-ex.c.gcov