mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Run one contenttest at a time.
This commit is contained in:
parent
39f119ddd3
commit
641fa2d968
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ check-ref: reftest
|
||||||
.PHONY: check-content
|
.PHONY: check-content
|
||||||
check-content: contenttest
|
check-content: contenttest
|
||||||
@$(call E, check: contenttests)
|
@$(call E, check: contenttests)
|
||||||
$(Q)./contenttest --source-dir=$(S)src/test/html/content $(TESTNAME)
|
$(Q)RUST_TEST_TASKS=1 ./contenttest --source-dir=$(S)src/test/html/content $(TESTNAME)
|
||||||
|
|
||||||
.PHONY: tidy
|
.PHONY: tidy
|
||||||
tidy:
|
tidy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue