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