mirror of
https://github.com/servo/servo.git
synced 2025-08-28 08:38:20 +01:00
Support running make check-wpt with the objdir in less common places.
This commit is contained in:
parent
58efe0bf75
commit
a959269ea8
2 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ check-content: contenttest
|
|||
|
||||
.PHONY: check-wpt
|
||||
check-wpt:
|
||||
bash $(S)src/test/wpt/run.sh $(S)
|
||||
bash $(S)src/test/wpt/run.sh $(S) $(B)
|
||||
|
||||
.PHONY: tidy
|
||||
tidy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue