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.hpp"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include "catch_enum_values_registry.h"
|
||||
#include <catch2/catch_enum_values_registry.h>
|
||||
|
||||
enum class EnumClass3 { Value1, Value2, Value3, Value4 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue