--- /dev/null
+Description: test with system-wide catch.
+Author: Jaromír Mikeš <mira.mikes@seznam.cz>
+Forwarded: no
+
+Index: giada/tests/main.cpp
+===================================================================
+--- giada.orig/tests/main.cpp
++++ giada/tests/main.cpp
+@@ -1,3 +1,3 @@
+ #define CATCH_CONFIG_MAIN
+ #define CATCH_CONFIG_FAST_COMPILE
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+Index: giada/tests/conf.cpp
+===================================================================
+--- giada.orig/tests/conf.cpp
++++ giada/tests/conf.cpp
+@@ -1,6 +1,6 @@
+ #include "../src/core/const.h"
+ #include "../src/core/conf.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;
+Index: giada/tests/midiMapConf.cpp
+===================================================================
+--- giada.orig/tests/midiMapConf.cpp
++++ giada/tests/midiMapConf.cpp
+@@ -1,6 +1,6 @@
+ #include "../src/core/const.h"
+ #include "../src/core/midiMapConf.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;
+Index: giada/tests/patch.cpp
+===================================================================
+--- giada.orig/tests/patch.cpp
++++ giada/tests/patch.cpp
+@@ -1,6 +1,6 @@
+ #include "../src/core/patch.h"
+ #include "../src/core/const.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;
+Index: giada/tests/recorder.cpp
+===================================================================
+--- giada.orig/tests/recorder.cpp
++++ giada/tests/recorder.cpp
+@@ -1,6 +1,6 @@
+ #include "../src/core/recorder.h"
+ #include "../src/core/const.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;
+Index: giada/tests/utils.cpp
+===================================================================
+--- giada.orig/tests/utils.cpp
++++ giada/tests/utils.cpp
+@@ -1,6 +1,6 @@
+ #include "../src/utils/fs.h"
+ #include "../src/utils/string.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::vector;
+Index: giada/tests/wave.cpp
+===================================================================
+--- giada.orig/tests/wave.cpp
++++ giada/tests/wave.cpp
+@@ -1,5 +1,5 @@
+ #include "../src/core/wave.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;