summaryrefslogtreecommitdiff
path: root/fuzzylite/test/MainTest.cpp
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-10-28 08:25:04 +0200
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-10-28 08:25:04 +0200
commit23856a28f4cd0f34d9c44d373ed600070453d427 (patch)
tree0b9dda532bdb0485ae6385bac237044c39dbc0a1 /fuzzylite/test/MainTest.cpp
parentf8b0a9c07c57de3dff307667a72c505831243f97 (diff)
catch2v3
Gbp-Pq: Name catch2v3
Diffstat (limited to 'fuzzylite/test/MainTest.cpp')
-rw-r--r--fuzzylite/test/MainTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzylite/test/MainTest.cpp b/fuzzylite/test/MainTest.cpp
index 18d29e9..94b10f0 100644
--- a/fuzzylite/test/MainTest.cpp
+++ b/fuzzylite/test/MainTest.cpp
@@ -16,7 +16,7 @@
#define CATCH_CONFIG_RUNNER
-#include "catch2/catch.hpp"
+#include "catch2/catch_all.hpp"
#include "fl/Headers.h"