Make wpt run as part of make check.

This commit is contained in:
Ms2ger 2014-04-28 16:24:55 +02:00
parent 593b538817
commit 130f56027e

View file

@ -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