From f3582c48645aeaaf79d898e19d091ef7c584544a Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Wed, 31 May 2017 17:57:27 +1000 Subject: [PATCH] missing file --- test/main.cpp | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) create mode 100644 test/main.cpp diff --git a/test/main.cpp b/test/main.cpp new file mode 100644 index 0000000..0c7c351 --- /dev/null +++ b/test/main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- libgit2 0.21.4