Fix collection of check subtargets. make check now runs tests for submodules too. Fixes #91.

This commit is contained in:
Brian J. Burg 2012-10-04 19:21:12 -07:00
parent 8dff1b8b16
commit 43620bff1d

View file

@ -8,7 +8,7 @@ check-$(1) : $$(DONE_$(1))
$$(ENV_RFLAGS_$(1)) \
$$(MAKE) -C $$(B)src/$(1) check
DEPS_CLEAN += clean-$(1)
DEPS_CHECK += check-$(1)
endef
$(foreach submodule,$(CFG_SUBMODULES),\
@ -28,7 +28,7 @@ contenttest: $(S)src/contenttest/contenttest.rs servo
.PHONY: check $(DEPS_CHECK)
check: $(CHECK_DEPS) check-servo
check: $(DEPS_CHECK) check-servo
check-servo: servo-test
./servo-test $(TESTNAME)