Add tests for single include

This commit is contained in:
Malcolm Noyes
2014-02-21 14:21:55 +00:00
parent 434f8c9b9f
commit 0c71bc3eab
76 changed files with 22309 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_config.h"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_exception.h"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_generators.h"

View File

@@ -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"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_reporter.h"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_runner.h"

View File

@@ -0,0 +1 @@
#include "catch_interfaces_testcase.h"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"