From f3d2df8bc4bcf09148ef3299bf2885b6f89874f6 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 23 Nov 2019 17:12:32 +0100 Subject: [PATCH] Move catch --- {tests => external}/catch2/catch.hpp | 0 {tests => external}/catch2/catch_reporter_automake.hpp | 0 {tests => external}/catch2/catch_reporter_tap.hpp | 0 {tests => external}/catch2/catch_reporter_teamcity.hpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {tests => external}/catch2/catch.hpp (100%) rename {tests => external}/catch2/catch_reporter_automake.hpp (100%) rename {tests => external}/catch2/catch_reporter_tap.hpp (100%) rename {tests => external}/catch2/catch_reporter_teamcity.hpp (100%) diff --git a/tests/catch2/catch.hpp b/external/catch2/catch.hpp similarity index 100% rename from tests/catch2/catch.hpp rename to external/catch2/catch.hpp diff --git a/tests/catch2/catch_reporter_automake.hpp b/external/catch2/catch_reporter_automake.hpp similarity index 100% rename from tests/catch2/catch_reporter_automake.hpp rename to external/catch2/catch_reporter_automake.hpp diff --git a/tests/catch2/catch_reporter_tap.hpp b/external/catch2/catch_reporter_tap.hpp similarity index 100% rename from tests/catch2/catch_reporter_tap.hpp rename to external/catch2/catch_reporter_tap.hpp diff --git a/tests/catch2/catch_reporter_teamcity.hpp b/external/catch2/catch_reporter_teamcity.hpp similarity index 100% rename from tests/catch2/catch_reporter_teamcity.hpp rename to external/catch2/catch_reporter_teamcity.hpp