From 42c39c8922b0fb03c0bcc6c2101165412ed50e4c Mon Sep 17 00:00:00 2001 From: Dominik Ritter <dritter03@googlemail.com> Date: Tue, 9 Feb 2016 00:45:33 +0100 Subject: Add Unit-Tests Add unittests via shunit2 (https://github.com/kward/shunit2), that integrate with travis-ci.org. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..b887685f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shunit2"] + path = shunit2 + url = git@github.com:kward/shunit2.git -- cgit v1.2.3