diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-11 22:14:59 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-11 22:14:59 -0500 |
commit | 0c6b382c3a893a5be98878bf8451627204427c97 (patch) | |
tree | dbe79cefaa56e0c355579c75a81328c830c03fe4 | |
parent | 2ceaaf0c976e4fdb9bb10bdf1d5fb8ef56406de5 (diff) | |
download | binaryen-0c6b382c3a893a5be98878bf8451627204427c97.tar.gz binaryen-0c6b382c3a893a5be98878bf8451627204427c97.tar.bz2 binaryen-0c6b382c3a893a5be98878bf8451627204427c97.zip |
add experimental submodule, for the tests
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | test/experimental | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e49660c0d..59efaad30 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "test/spec"] path = test/spec url = git@github.com:WebAssembly/testsuite.git +[submodule "test/experimental"] + path = test/experimental + url = git@github.com:WebAssembly/experimental.git diff --git a/test/experimental b/test/experimental new file mode 160000 +Subproject 371e3d7f1ad6175ce24962a4bccf1de87b8a8dd |