Remove obsolete surrogate TUs

They will be returned later, but better organized and covering
_all_ headers.
This commit is contained in:
Martin Hořeňovský 2020-03-17 23:34:49 +01:00
parent a15ffb735d
commit 0e7e6b210a
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
9 changed files with 0 additions and 37 deletions

View File

@ -54,20 +54,6 @@ set(TEST_SOURCES
)
CheckFileList(TEST_SOURCES ${SELF_TEST_DIR})
# A set of impl files that just #include a single header
# Please keep these ordered alphabetically
set(SURROGATE_SOURCES
${SELF_TEST_DIR}/SurrogateCpps/catch_console_colour.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_debugger.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_interfaces_reporter.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_option.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_stream.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_test_case_tracker.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_test_spec.cpp
${SELF_TEST_DIR}/SurrogateCpps/catch_xmlwriter.cpp
)
CheckFileList(SURROGATE_SOURCES ${SELF_TEST_DIR}/SurrogateCpps)
# Specify the headers, too, so CLion recognises them as project files
set(HEADERS
@ -82,7 +68,6 @@ set(HEADERS
# Provide some groupings for IDEs
#SOURCE_GROUP("benchmark" FILES ${BENCHMARK_HEADERS} ${BENCHMARK_SOURCES})
#SOURCE_GROUP("Tests" FILES ${TEST_SOURCES})
#SOURCE_GROUP("Surrogates" FILES ${SURROGATE_SOURCES})
include(CTest)

View File

@ -1,3 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_console_colour.h>

View File

@ -1,2 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_debugger.h>

View File

@ -1,2 +0,0 @@
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_interfaces_reporter.h>

View File

@ -1,3 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_option.hpp>

View File

@ -1,3 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_stream.h>

View File

@ -1,2 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_test_case_tracker.h>

View File

@ -1,3 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_test_spec.h>

View File

@ -1,4 +0,0 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include <catch2/catch_suppress_warnings.h>
#include <catch2/catch_xmlwriter.h>
#include <catch2/catch_reenable_warnings.h>