Fixed automated testing
This commit is contained in:
parent
a4de450bfa
commit
a434192373
3 changed files with 11 additions and 3 deletions
|
@ -13,6 +13,10 @@ check: regress
|
|||
@-advent -x 2>/dev/null # Get usage message into coverage tests
|
||||
@-advent -l /dev/null <pitfall.log >/dev/null
|
||||
|
||||
coverage: check
|
||||
lcov -t "advent" -o ../advent.info -c -d ..
|
||||
genhtml -o ../coverage/ ../advent.info
|
||||
|
||||
.SUFFIXES: .chk
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue