summaryrefslogtreecommitdiff
path: root/fuzzylite/test/imex/RScriptExporterTest.cpp
diff options
context:
space:
mode:
authorFerdinand Thiessen <rpm@fthiessen.de>2022-01-31 16:06:19 +0000
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-10-28 08:25:04 +0200
commit4a6001ec38aa83f2b3ec5b4a065d1fa2edd23803 (patch)
tree0e46c5b551265239a80bf20a25e702b2bff0a62b /fuzzylite/test/imex/RScriptExporterTest.cpp
parent69add1d0a430be01eaabe6c3ee7727634c731581 (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/imex/RScriptExporterTest.cpp')
-rw-r--r--fuzzylite/test/imex/RScriptExporterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzylite/test/imex/RScriptExporterTest.cpp b/fuzzylite/test/imex/RScriptExporterTest.cpp
index b6d87d8..d1f409d 100644
--- a/fuzzylite/test/imex/RScriptExporterTest.cpp
+++ b/fuzzylite/test/imex/RScriptExporterTest.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"
#include <fstream>