From 373352f0448049b15ba390acb3c9c288637ee1a8 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 13:32:26 +0100 Subject: adding Catch framework --- .gitmodules | 6 ++++++ unittest/Catch | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 unittest/Catch diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c811cb7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Catch"] + path = Catch + url = https://github.com/philsquared/Catch.git +[submodule "unittest/Catch"] + path = unittest/Catch + url = https://github.com/philsquared/Catch.git diff --git a/unittest/Catch b/unittest/Catch new file mode 160000 index 0000000..ae5ee2c --- /dev/null +++ b/unittest/Catch @@ -0,0 +1 @@ +Subproject commit ae5ee2cf63d6d67bd1369b512d2a7b60b571c907 -- cgit v1.2.1