mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Enable ref tests on darwin
This commit is contained in:
parent
a7fcbd9d60
commit
9a74cadc02
1 changed files with 2 additions and 2 deletions
|
@ -58,11 +58,11 @@ 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 tidy
|
check: $(DEPS_CHECK_TARGETS_FAST) check-servo check-content check-ref tidy
|
||||||
@$(call E, check: all)
|
@$(call E, check: all)
|
||||||
|
|
||||||
.PHONY: check-all
|
.PHONY: check-all
|
||||||
check-all: $(DEPS_CHECK_TARGETS_ALL) check-servo check-content tidy
|
check-all: $(DEPS_CHECK_TARGETS_ALL) check-servo check-content check-ref tidy
|
||||||
@$(call E, check: all)
|
@$(call E, check: all)
|
||||||
else
|
else
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue