summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar bunnei2016-05-21 10:15:13 -0400
committerGravatar bunnei2016-05-21 10:15:13 -0400
commit5edff287b6da2821424e94d0ec48a00db2f7d944 (patch)
tree8236ee8438948f3612bf9fd9f7932449fff1567b /.gitmodules
parentMerge pull request #1816 from JayFoxRox/refactor-tev-dump (diff)
parentTests: Run tests on CI (diff)
downloadyuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.gz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.tar.xz
yuzu-5edff287b6da2821424e94d0ec48a00db2f7d944.zip
Merge pull request #1564 from MerryMage/this-is-only-a-test
tests: Infrastructure for unit tests
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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 @@
10[submodule "soundtouch"] 10[submodule "soundtouch"]
11 path = externals/soundtouch 11 path = externals/soundtouch
12 url = https://github.com/citra-emu/ext-soundtouch.git 12 url = https://github.com/citra-emu/ext-soundtouch.git
13[submodule "catch"]
14 path = externals/catch
15 url = https://github.com/philsquared/Catch.git