diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-08-27 17:06:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 17:06:45 -0400 |
commit | 4fd5ac8326f491a347b8c049f32a3353a633ebf5 (patch) | |
tree | c82d8b5325ea82a7544489022afe00bf909495c3 /.gitmodules | |
parent | f815b4871ebc5cc2f8d1a306eceec68c0a973a4c (diff) | |
parent | 922c4ea3bc46f6246d9f67ead11bcf53ff947ef3 (diff) |
Merge pull request #690 from fredizzimo/unit_test
Add Unit Testing support
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7e3c92d031..12b7cb918f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "lib/ugfx"] path = lib/ugfx url = https://bitbucket.org/Tectu/ugfx +[submodule "lib/googletest"] + path = lib/googletest + url = https://github.com/google/googletest |