Skip to content

Commit

Permalink
Rebuild build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jul 31, 2014
1 parent b79531b commit 75cbd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ test: all
./seq2gif -i tests/data/sl.tty -o /dev/null

coveralls: test
coveralls -x .h -e tests -e glyph -e m4
coveralls -E '.*\.h' -e tests -e glyph -e m4

valgrind: all
valgrind --leak-check=full --show-reachable=no --error-limit=no ./seq2gif -i tests/data/sl.tty -o /dev/null 2>&1 \
Expand Down

0 comments on commit 75cbd3c

Please sign in to comment.