diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-02-14 00:05:58 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-02-14 00:05:58 +0200 |
commit | e70cefc12fb897f7221f7b1bc6fe0ce595eb2de1 (patch) | |
tree | 6a6426204c0c27589e0b210daab89dbc998d55af /.gitmodules | |
parent | ffc425603dcbedf0da1d6aa1759f8f14f3a5e841 (diff) |
Add cgreen unit test library and makefile
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 0000000000..991cfe96d7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cgreen/cgreen"] + path = cgreen/cgreen + url = http://github.com/cgreen-devs/cgreen |