diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2021-04-20 02:21:59 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2021-10-28 02:22:57 +0200 |
commit | c7c8d6bed07ff7112d4d8f137ec1a5e1f8092167 (patch) | |
tree | 5a9708d264ac818140a5174f8baddea574dd3ed1 | |
parent | 1f9826faefa2b1a1bddac3f3413a6d6055ee49bf (diff) |
Add submodule munit version v0.2.0
Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a1d1dca --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "third_party/munit"] + path = third_party/munit + url = git@github.com:nemequ/munit.git + branch = v0.2.0 |