mirror of
https://github.com/servo/servo.git
synced 2025-08-25 07:08:21 +01:00
Add test for proxy dom bindings setter. Fix up prototypes content test to reflect new bindings. Hook up contenttest harness to make check target.
This commit is contained in:
parent
e428c954aa
commit
2947c0c5bd
4 changed files with 21 additions and 8 deletions
|
@ -42,11 +42,11 @@ check-test:
|
|||
@$(call E, " $(DEPS_CHECK_TARGETS_ALL)")
|
||||
|
||||
.PHONY: check
|
||||
check: $(DEPS_CHECK_TARGETS_FAST) check-servo tidy
|
||||
check: $(DEPS_CHECK_TARGETS_FAST) check-servo check-content tidy
|
||||
@$(call E, check: all)
|
||||
|
||||
.PHONY: check-all
|
||||
check-all: $(DEPS_CHECK_TARGETS_ALL) check-servo tidy
|
||||
check-all: $(DEPS_CHECK_TARGETS_ALL) check-servo check-content tidy
|
||||
@$(call E, check: all)
|
||||
|
||||
.PHONY: check-servo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue