diff options
author | Matthew Gregan <[email protected]> | 2016-11-10 15:43:49 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2016-11-11 09:44:29 +1300 |
commit | 0d45a294eed3a1631afb35ee2b41bfe64c44b67f (patch) | |
tree | 6dd234dd71c764df38f224499972814c2c22da30 /.gitmodules | |
parent | 474c8ceb4b9b5e45408dfc10d00c5757003b8d41 (diff) | |
download | cubeb-0d45a294eed3a1631afb35ee2b41bfe64c44b67f.tar.gz cubeb-0d45a294eed3a1631afb35ee2b41bfe64c44b67f.zip |
Add googletest submodule and compile tests as gtests.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7e38e13 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "googletest"] + path = googletest + url = https://github.com/google/googletest |