Rewrite includes in tests to use library's include paths
This commit is contained in:
parent
82cc5bc034
commit
90e2549cec
45 changed files with 67 additions and 69 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "catch_string_manip.h"
|
||||
#include <catch2/catch_string_manip.h>
|
||||
|
||||
#include "catch.hpp"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
static const char * const no_whitespace = "There is no extra whitespace here";
|
||||
static const char * const leading_whitespace = " \r \t\n There is no extra whitespace here";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue