mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-24 23:42:15 +00:00
Attempt to add Code Coverage report (Take 3)
This should be interesting...
This commit is contained in:
parent
345b4e49e2
commit
40395c0150
@ -569,10 +569,11 @@ coverage: libcryptopp.a cryptest.exe
|
||||
|
||||
# Travis CI and CodeCov rule
|
||||
.PHONY: codecov
|
||||
coverage: libcryptopp.a cryptest.exe
|
||||
codecov: libcryptopp.a cryptest.exe
|
||||
@-$(RM) -r ./TestCoverage/
|
||||
./cryptest.exe v
|
||||
./cryptest.exe tv all
|
||||
gcov $(SRCS)
|
||||
|
||||
# Should use CXXFLAGS="-g3 -O1"
|
||||
.PHONY: valgrind
|
||||
|
Loading…
x
Reference in New Issue
Block a user