Start using piecemeal includes in test files
This commit is contained in:
parent
c381b49c60
commit
26f78f96aa
40 changed files with 88 additions and 98 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <catch2/catch_enum_values_registry.h>
|
||||
#include <catch2/catch_matchers_vector.h>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
enum class EnumClass3 { Value1, Value2, Value3, Value4 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue