mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #2089 : Manishearth/servo/wpt, r=Ms2ger
See #1479 This sets up a basic environment for running wpt. It instantiates a virtualenv, generates the manifest if it doesn't exist*, and runs the tests. Currently @Ms2ger's [`run-in-servo` fork of wpt](https://github.com/Ms2ger/web-platform-tests/tree/run-in-servo/) is used. Note: I did everything in a shell script instead of make since one cannot run `source` from a makefile (the environment is immutable, apparently) *It does not, however, update the manifest. We'll have to add an extra script for that.
This commit is contained in:
commit
9edfb439a6
8 changed files with 72 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -113,3 +113,6 @@
|
|||
[submodule "src/platform/android/servo-android-glue"]
|
||||
path = src/platform/android/servo-android-glue
|
||||
url = https://github.com/mozilla-servo/servo-android-glue.git
|
||||
[submodule "src/test/wpt/web-platform-tests"]
|
||||
path = src/test/wpt/web-platform-tests
|
||||
url = https://github.com/mozilla-servo/web-platform-tests.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue