diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 393c808..fe2dd42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = third-party/neverbleed url = https://github.com/tatsuhiro-t/neverbleed.git branch = nghttp2 +[submodule "tests/munit"] + path = tests/munit + url = https://github.com/ngtcp2/munit |