diff options
| author | Casper Beyer <caspervonb@pm.me> | 2020-08-25 20:36:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-25 08:36:50 -0400 |
| commit | f7174267e3e521636cd4abebbecd107d7079a313 (patch) | |
| tree | d12db43eda7395fe0dd659dc9d604116d815942e /.gitmodules | |
| parent | 54d336ab20e19664dc2bfa4218f09f8713a06244 (diff) | |
test(std/wasi): add wasi-testsuite as a submodule (#7042)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b1be3b2f1..db562cb21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "deno_third_party"] path = third_party url = https://github.com/denoland/deno_third_party.git +[submodule "std/wasi/testdata"] + path = std/wasi/testdata + url = git@github.com:khronosproject/wasi-test-suite.git |
