Added some surrogate cpps

(and fixed up missing includes they uncovered)
This commit is contained in:
Phil Nash
2012-09-28 19:21:14 +01:00
parent 67ec8709ea
commit 4b93fb81b5
23 changed files with 115 additions and 5 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.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_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_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.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_streambuf.h"

View File

@@ -1 +1,2 @@
// This file is only here to verify (to the extent possible) the self sufficiency of the header
#include "catch_tags.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_xmlwriter.hpp"