diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 19:51:41 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 19:51:41 +0200 |
commit | 287ade1d321c983ddd00025864f9ea59d31c4493 (patch) | |
tree | e0722c1ce91355762ffb05e482f958c7bbd5e777 /.gitmodules | |
parent | c818aa8a02d2809b3189a1fdbec580fd59d22ce2 (diff) |
add googletest unit testing setup
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f8a9861 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,5 @@ +[submodule "lib/googletest"] + path = lib/googletest + url = https://github.com/google/googletest + branch = v1.15.x + shallow = true |