From 27efd6127c86630241a683643b68bdb64871b224 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Mon, 23 Nov 2020 22:21:58 -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