X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=d9436e0d7633ec0acb01977cdb4644b8b5ac385f;hp=6e245490d4b5306dafed340dd5e66962bec6a898;hb=a4de450bfaf2c600dccd9a5b3625c5a3ca279e7c;hpb=d43854f0f6bb8e9eea7fbce80348150e7e7fc34d diff --git a/Makefile b/Makefile index 6e24549..d9436e0 100644 --- a/Makefile +++ b/Makefile @@ -152,3 +152,8 @@ linty: advent debug: CCFLAGS += -O0 --coverage -ggdb debug: linty debug: cheat + +coverage: debug check + lcov -t "advent" -o advent.info -c -d . + genhtml -o coverage/ advent.info +