diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-02-18 02:39:55 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-02-18 02:39:55 +0300 |
commit | 64d81a2b36a705bbfe5be49e45695b059fa6a16a (patch) | |
tree | 589662162c57ef5bc14e709da8e62212168a3709 /.gitmodules | |
parent | 2d196fa12ffcd579ea310ad676aac9af51e360b2 (diff) | |
parent | 7efc6e41873e6c329f3b66e43ec853a85f0ad5e9 (diff) |
Merge pull request #212 from dritter/unit_testing
Adding Unit Tests, supported by Travis-CI
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 00000000..743b8e91 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shunit2"] + path = shunit2 + url = https://github.com/kward/shunit2.git |