diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-03-20 14:58:24 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-19 08:38:03 +0100 |
commit | a03f9b6fb6cdaf480737faf37b9c244f46cd1a85 (patch) | |
tree | 9f2ff1718289bc48de5d9c07fee1d3c54c3af58c /.gitmodules | |
parent | 6f6af6928fdff8c807e4a4d03cfd8906e0c7c7cd (diff) |
tests: Infrastructure for unit tests
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index db0905b3d..1f0b80768 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "soundtouch"] path = externals/soundtouch url = https://github.com/citra-emu/ext-soundtouch.git +[submodule "catch"] + path = externals/catch + url = https://github.com/philsquared/Catch.git |