mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Add tests for single include
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_common.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_console_colour.hpp"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_debugger.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_interfaces_capture.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_config.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_exception.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_generators.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_interfaces_registry_hub.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_reporter.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_runner.h"
|
@@ -0,0 +1 @@
|
||||
#include "catch_interfaces_testcase.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_message.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_option.hpp"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_ptr.hpp"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_stream.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_streambuf.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_tags.h"
|
@@ -0,0 +1,2 @@
|
||||
// This file is only here to verify (to the extent possible) the self sufficiency of the header
|
||||
#include "catch_xmlwriter.hpp"
|
Reference in New Issue
Block a user