10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
|
Update the Makefile.
|
|
CXXFLAGS=-Wall -pedantic -g -fprofile-arcs -ftest-coverage
|
|
|
|
make clean
|
|
make test
|
|
|
|
gcov --object-directory src/ src/checkmemoryleak.cpp
|
|
|