Rewrite includes in tests to use library's include paths

This commit is contained in:
Martin Hořeňovský
2019-12-02 12:23:10 +01:00
parent 82cc5bc034
commit 90e2549cec
45 changed files with 67 additions and 69 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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