diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-05 12:07:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 12:07:27 +0100 |
| commit | a3099798c881ac1be7108c0255e67e182c7080da (patch) | |
| tree | 8cbfc988a7a51e93dfaba4120b8566445015052f /.gitmodules | |
| parent | cbc2108525f3a01f4a944104457939b741c9898b (diff) | |
tests: add web platform test runner (#8990)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cd52dfda3..22cc5436a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "std/wasi/testdata"] path = std/wasi/testdata url = https://github.com/khronosproject/wasi-test-suite.git +[submodule "test_util/wpt"] + path = test_util/wpt + url = https://github.com/web-platform-tests/wpt.git |
