Skip to content

Commit

Permalink
Merge pull request #459 from eyal0/time_limit_syntax
Browse files Browse the repository at this point in the history
Add a timeout for check-syntax.
  • Loading branch information
eyal0 committed Jun 29, 2020
2 parents 6a2f0e4 + 7b00cfa commit f9865cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ TESTS = $(check_PROGRAMS)
VALGRIND_FLAGS = --error-exitcode=127 --errors-for-leak-kinds=definite --show-leak-kinds=definite --leak-check=full

check-syntax:
$(COMPILE) -o /dev/null -S ${CHK_SOURCES} || true
timeout 10 $(COMPILE) -o /dev/null -S ${CHK_SOURCES} || true

0 comments on commit f9865cd

Please sign in to comment.