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,6 +1,6 @@
#include "../../../sources/borderproperties.h"
#include <catch2/catch.hpp>
#include <catch2/catch_all.hpp>
TEST_CASE("BorderProperties")
{

View File

@@ -1,6 +1,6 @@
#include "../../../sources/qet.h"
#include <catch2/catch.hpp>
#include <catch2/catch_all.hpp>
TEST_CASE("qet stringToFileName")
{