From 6546d1930f108ae9c2a80de6a0e9bc002c40fa6c Mon Sep 17 00:00:00 2001 From: fallenoak Date: Mon, 23 Nov 2020 23:01:52 -0600 Subject: [PATCH] chore(build): move catch into vendor --- .clang-format-ignore | 2 +- test/Test.hpp | 2 +- {test => vendor/catch}/catch.hpp | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {test => vendor/catch}/catch.hpp (100%) diff --git a/.clang-format-ignore b/.clang-format-ignore index 60271d3..61ead86 100644 --- a/.clang-format-ignore +++ b/.clang-format-ignore @@ -1 +1 @@ -/test/catch.hpp +/vendor diff --git a/test/Test.hpp b/test/Test.hpp index 0ffd7fe..30574b8 100644 --- a/test/Test.hpp +++ b/test/Test.hpp @@ -1 +1 @@ -#include "test/catch.hpp" +#include "vendor/catch/catch.hpp" diff --git a/test/catch.hpp b/vendor/catch/catch.hpp similarity index 100% rename from test/catch.hpp rename to vendor/catch/catch.hpp