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 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.1