mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make wpt run as part of make check.
This commit is contained in:
parent
593b538817
commit
130f56027e
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ check-test:
|
||||||
|
|
||||||
ifeq ($(CFG_OSTYPE),apple-darwin)
|
ifeq ($(CFG_OSTYPE),apple-darwin)
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: $(DEPS_CHECK_TARGETS_FAST) check-servo check-content check-ref tidy
|
check: $(DEPS_CHECK_TARGETS_FAST) check-servo check-wpt check-content check-ref tidy
|
||||||
@$(call E, check: all)
|
@$(call E, check: all)
|
||||||
|
|
||||||
.PHONY: check-all
|
.PHONY: check-all
|
||||||
|
@ -99,6 +99,7 @@ check-content: contenttest
|
||||||
|
|
||||||
.PHONY: check-wpt
|
.PHONY: check-wpt
|
||||||
check-wpt:
|
check-wpt:
|
||||||
|
@$(call E, check: web-platform-tests)
|
||||||
bash $(S)src/test/wpt/run.sh $(S) $(B) $(WPTARGS)
|
bash $(S)src/test/wpt/run.sh $(S) $(B) $(WPTARGS)
|
||||||
|
|
||||||
.PHONY: tidy
|
.PHONY: tidy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue