mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Start using piecemeal includes in test files
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
#include <catch2/catch_default_main.hpp>
|
||||
// This won't provide full coverage, but it might be worth checking
|
||||
// the other branch as well
|
||||
#include <catch2/catch.hpp>
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <catch2/catch_matchers_generic.hpp>
|
||||
#include <catch2/catch_matchers_string.h>
|
||||
|
||||
#include <type_traits>
|
||||
#include <stdexcept>
|
||||
|
Reference in New Issue
Block a user