Attempt to add Code Coverage report (Take 3)
This should be interesting...pull/432/head
parent
345b4e49e2
commit
40395c0150
|
|
@ -569,10 +569,11 @@ coverage: libcryptopp.a cryptest.exe
|
||||||
|
|
||||||
# Travis CI and CodeCov rule
|
# Travis CI and CodeCov rule
|
||||||
.PHONY: codecov
|
.PHONY: codecov
|
||||||
coverage: libcryptopp.a cryptest.exe
|
codecov: libcryptopp.a cryptest.exe
|
||||||
@-$(RM) -r ./TestCoverage/
|
@-$(RM) -r ./TestCoverage/
|
||||||
./cryptest.exe v
|
./cryptest.exe v
|
||||||
./cryptest.exe tv all
|
./cryptest.exe tv all
|
||||||
|
gcov $(SRCS)
|
||||||
|
|
||||||
# Should use CXXFLAGS="-g3 -O1"
|
# Should use CXXFLAGS="-g3 -O1"
|
||||||
.PHONY: valgrind
|
.PHONY: valgrind
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue