Include correct header file for catch

This commit is contained in:
Magnus Hellströmer
2024-09-08 21:14:28 +02:00
parent 0dc45f056e
commit 6c5ff66067
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#include <catch2/catch.hpp>
#include <catch2/catch_all.hpp>
TEST_CASE("My first test with Catch2", "[fancy]") { REQUIRE(0 == 0); }