Python-agnosticize coverage_dungeon.py.
This commit is contained in:
parent
a0c33c2483
commit
bd1b893263
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ check: savecheck regress
|
||||||
coverage: check
|
coverage: check
|
||||||
lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV)
|
lcov -t "advent" -o ../advent.info -c -d .. --gcov-tool=$(GCOV)
|
||||||
genhtml -o ../coverage/ ../advent.info
|
genhtml -o ../coverage/ ../advent.info
|
||||||
python3 coverage_dungeon.py
|
./coverage_dungeon.py
|
||||||
|
|
||||||
.SUFFIXES: .chk
|
.SUFFIXES: .chk
|
||||||
|
|
||||||
|
|
2
tests/coverage_dungeon.py
Normal file → Executable file
2
tests/coverage_dungeon.py
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# This is the open-adventure dungeon text coverage report generator. It
|
# This is the open-adventure dungeon text coverage report generator. It
|
||||||
# consumes a YAML description of the dungeon and determines whether the
|
# consumes a YAML description of the dungeon and determines whether the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue