aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-12-06 13:10:48 +0000
committersaturneric <[email protected]>2023-12-06 13:18:07 +0000
commita0f0fd98efa12ef33959badcc25ff568e8b242b4 (patch)
tree860563fdbfe353e57724b08c4eb30dc03d5f8a7d /.gitmodules
parentfeat: convert basic opera to async style (diff)
downloadGpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.tar.gz
GpgFrontend-a0f0fd98efa12ef33959badcc25ff568e8b242b4.zip
feat: move test to src and add submodule googletest
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3463984f..951cfffe 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "third_party/mimalloc"]
path = third_party/mimalloc
url = https://github.com/microsoft/mimalloc.git
+[submodule "third_party/googletest"]
+ path = third_party/googletest
+ url = https://github.com/google/googletest.git