doc: how to use gcov
This commit is contained in:
parent
d82314b365
commit
ee5c1845a4
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
Update the Makefile.
|
||||||
|
CXXFLAGS=-Wall -pedantic -g -fprofile-arcs -ftest-coverage
|
||||||
|
|
||||||
|
make clean
|
||||||
|
make test
|
||||||
|
|
||||||
|
gcov --object-directory src/ src/checkmemoryleak.cpp
|
||||||
|
|
Loading…
Reference in New Issue