~ chicken-core (chicken-5) 89e7da4710186eefd3b0044567f34bfeef2b3bff
commit 89e7da4710186eefd3b0044567f34bfeef2b3bff Author: Peter Bex <peter.bex@xs4all.nl> AuthorDate: Mon May 5 12:20:22 2014 +0200 Commit: Christian Kellermann <ck@pestilenz.org> CommitDate: Mon May 12 11:32:49 2014 +0200 Use TARGETS as dependency for "check" target to ensure that everything's built before testing. Signed-off-by: Christian Kellermann <ck@pestilenz.org> diff --git a/rules.make b/rules.make index cf8da064..e9bf3b34 100644 --- a/rules.make +++ b/rules.make @@ -653,7 +653,7 @@ testclean: .PHONY: check -check: $(CHICKEN_SHARED_EXECUTABLE) $(CSI_SHARED_EXECUTABLE) $(CSC_PROGRAM)$(EXE) +check: $(TARGETS) ifndef WINDOWS_SHELL cd tests; sh runtests.sh elseTrap