mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Fix collection of check subtargets. make check now runs tests for submodules too. Fixes #91.
This commit is contained in:
parent
8dff1b8b16
commit
43620bff1d
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ check-$(1) : $$(DONE_$(1))
|
||||||
$$(ENV_RFLAGS_$(1)) \
|
$$(ENV_RFLAGS_$(1)) \
|
||||||
$$(MAKE) -C $$(B)src/$(1) check
|
$$(MAKE) -C $$(B)src/$(1) check
|
||||||
|
|
||||||
DEPS_CLEAN += clean-$(1)
|
DEPS_CHECK += check-$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach submodule,$(CFG_SUBMODULES),\
|
$(foreach submodule,$(CFG_SUBMODULES),\
|
||||||
|
@ -28,7 +28,7 @@ contenttest: $(S)src/contenttest/contenttest.rs servo
|
||||||
|
|
||||||
.PHONY: check $(DEPS_CHECK)
|
.PHONY: check $(DEPS_CHECK)
|
||||||
|
|
||||||
check: $(CHECK_DEPS) check-servo
|
check: $(DEPS_CHECK) check-servo
|
||||||
|
|
||||||
check-servo: servo-test
|
check-servo: servo-test
|
||||||
./servo-test $(TESTNAME)
|
./servo-test $(TESTNAME)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue