Move tests from projects/ to tests/

This commit is contained in:
Martin Hořeňovský
2019-12-05 16:00:20 +01:00
parent 90e2549cec
commit 0fea081ad1
84 changed files with 2429 additions and 2429 deletions

View 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>

View 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>

View File

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

View 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>

View 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>

View 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>

View 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>

View 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>