mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move content tests to src/test/content for consistency
This commit is contained in:
parent
2238d81b53
commit
6f76244377
60 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ follow this format, even those from core contributors.
|
|||
it, you can @-reply a reviewer asking for a review in the pull request or a
|
||||
comment, or you can ask for a review in `#servo` on `irc.mozilla.org`.
|
||||
|
||||
- When changing code related to the DOM, add a test to `src/test/html/content`,
|
||||
- When changing code related to the DOM, add a test to `src/test/content`,
|
||||
either by adding it to an existing test file or creating a new one.
|
||||
|
||||
For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101).
|
||||
|
|
|
@ -89,7 +89,7 @@ check-ref: reftest
|
|||
.PHONY: check-content
|
||||
check-content: contenttest
|
||||
@$(call E, check: contenttests)
|
||||
$(Q)./contenttest --source-dir=$(S)src/test/html/content $(TESTNAME)
|
||||
$(Q)./contenttest --source-dir=$(S)src/test/content $(TESTNAME)
|
||||
|
||||
.PHONY: tidy
|
||||
tidy:
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue