2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 13:02:14 +00:00

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,5 +1,5 @@
#define CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER
#include "catch.hpp"
#include <catch2/catch.hpp>
#if defined(CATCH_CONFIG_CPP17_OPTIONAL)