summaryrefslogtreecommitdiff
path: root/fuzzylite/test/term/TrapezoidTest.cpp
diff options
context:
space:
mode:
authorFerdinand Thiessen <f.thiessen@gmx.de>2022-01-31 16:06:19 +0000
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2022-09-12 10:23:13 +0200
commit3d89c86891bd8986b09bdc4d2ad8def9bd9801bf (patch)
tree7c85bb4e0aa71d47ca688c04836b1fb63553c506 /fuzzylite/test/term/TrapezoidTest.cpp
parentfc441e2920739ba95a236ce750e725638a7cbd85 (diff)
Replace Catch with Catch2 and require C++11 for tests
Origin: vendor, https://github.com/fuzzylite/fuzzylite/issues/94 Bug-Debian: http://bugs.debian.org/1017155 Gbp-Pq: Name fix-tests2.patch
Diffstat (limited to 'fuzzylite/test/term/TrapezoidTest.cpp')
-rw-r--r--fuzzylite/test/term/TrapezoidTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzylite/test/term/TrapezoidTest.cpp b/fuzzylite/test/term/TrapezoidTest.cpp
index 8581ac1..94ebadc 100644
--- a/fuzzylite/test/term/TrapezoidTest.cpp
+++ b/fuzzylite/test/term/TrapezoidTest.cpp
@@ -14,7 +14,7 @@
fuzzylite is a registered trademark of FuzzyLite Limited.
*/
-#include "test/catch.hpp"
+#include "catch2/catch.hpp"
#include "fl/Headers.h"
namespace fl {