Use "relative" option for gcov recipe
parent
a139d6a846
commit
814de0f0c7
|
|
@ -579,7 +579,7 @@ gcov codecov: libcryptopp.a cryptest.exe
|
|||
@-$(RM) -r ./TestCoverage/
|
||||
./cryptest.exe v
|
||||
./cryptest.exe tv all
|
||||
gcov $(SRCS)
|
||||
gcov -r $(SRCS)
|
||||
|
||||
# Should use CXXFLAGS="-g3 -O1"
|
||||
.PHONY: valgrind
|
||||
|
|
|
|||
Loading…
Reference in New Issue