From 81885df75204d3877cc34d856fa99ba826366d6f Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 18 Jun 2023 15:42:05 +0200 Subject: Start using catch2 testing system --- test/src/unittests-main.cpp | 2 +- test/src/unittests-math.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/src/unittests-main.cpp b/test/src/unittests-main.cpp index 3c3c6f2..afeca98 100644 --- a/test/src/unittests-main.cpp +++ b/test/src/unittests-main.cpp @@ -1,2 +1,2 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file -#include +#include diff --git a/test/src/unittests-math.cpp b/test/src/unittests-math.cpp index 4872e9a..25ebec3 100644 --- a/test/src/unittests-math.cpp +++ b/test/src/unittests-math.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include -- cgit v1.2.3