X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=tests%2FMakefile;h=b364432475082e487d58b2af6b27bd81cd09a4e5;hp=db49d9d5a78221dee7ce5423281f61b43da7d1e3;hb=4446c61d5fcde70839a8cf3bc88b8463af0e5242;hpb=6af7db8cd9bbac9b238897a03fe1e6a04b26b944 diff --git a/tests/Makefile b/tests/Makefile index db49d9d..b364432 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ # Test-suite makefile for reposurgeon -# Use absolute path so tests that change working directory still use +# Use absolute path so tests that change working directory still use # scripts from parent directory. Note that using $PWD seems to fail # here under Gitlab's CI environment. PATH := $(realpath ..):$(realpath .):${PATH} @@ -26,6 +26,7 @@ check: savecheck regress coverage: check lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV) genhtml -o ../coverage/ ../advent.info + python3 coverage_dungeon.py .SUFFIXES: .chk