Fixed automated testing

This commit is contained in:
Aaron Traas 2017-06-28 15:04:38 -04:00
parent a4de450bfa
commit a434192373
3 changed files with 11 additions and 3 deletions

View file

@ -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: