From f7174267e3e521636cd4abebbecd107d7079a313 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 25 Aug 2020 20:36:50 +0800 Subject: test(std/wasi): add wasi-testsuite as a submodule (#7042) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3