mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Move tests from projects/ to tests/
This commit is contained in:
3
tests/SelfTest/SurrogateCpps/catch_console_colour.cpp
Normal file
3
tests/SelfTest/SurrogateCpps/catch_console_colour.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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>
|
2
tests/SelfTest/SurrogateCpps/catch_debugger.cpp
Normal file
2
tests/SelfTest/SurrogateCpps/catch_debugger.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include <catch2/catch_debugger.h>
|
@@ -0,0 +1,2 @@
|
||||
#include <catch2/catch_suppress_warnings.h>
|
||||
#include <catch2/catch_interfaces_reporter.h>
|
3
tests/SelfTest/SurrogateCpps/catch_option.cpp
Normal file
3
tests/SelfTest/SurrogateCpps/catch_option.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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>
|
3
tests/SelfTest/SurrogateCpps/catch_stream.cpp
Normal file
3
tests/SelfTest/SurrogateCpps/catch_stream.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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>
|
2
tests/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp
Normal file
2
tests/SelfTest/SurrogateCpps/catch_test_case_tracker.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include <catch2/catch_test_case_tracker.h>
|
3
tests/SelfTest/SurrogateCpps/catch_test_spec.cpp
Normal file
3
tests/SelfTest/SurrogateCpps/catch_test_spec.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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>
|
4
tests/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
Normal file
4
tests/SelfTest/SurrogateCpps/catch_xmlwriter.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
// 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>
|
Reference in New Issue
Block a user