From 62d2ba1e60427eef71e9f80204c2b1f252af329f Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Tue, 5 May 2015 08:56:58 +0200 Subject: [PATCH] catch submodule --- .gitmodules | 3 +++ vendor/Catch | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/Catch diff --git a/.gitmodules b/.gitmodules index 77fcd7b..b2ab410 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/json.hpp"] path = vendor/json.hpp url = https://github.com/no1msd/json.hpp.git +[submodule "vendor/Catch"] + path = vendor/Catch + url = https://github.com/philsquared/Catch.git diff --git a/vendor/Catch b/vendor/Catch new file mode 160000 index 0000000..35f4266 --- /dev/null +++ b/vendor/Catch @@ -0,0 +1 @@ +Subproject commit 35f4266d0022ed039923fbbba2c4495435ad1465