tests/wave.cpp | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
-diff --git a/tests/conf.cpp b/tests/conf.cpp
-index a561d1a..df9113c 100644
---- a/tests/conf.cpp
-+++ b/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"
using std::string;
-diff --git a/tests/main.cpp b/tests/main.cpp
-index eb3c215..37c527d 100644
---- a/tests/main.cpp
-+++ b/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>
-diff --git a/tests/midiMapConf.cpp b/tests/midiMapConf.cpp
-index 28b3779..5903fca 100644
---- a/tests/midiMapConf.cpp
-+++ b/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"
using std::string;
-diff --git a/tests/patch.cpp b/tests/patch.cpp
-index da55162..b7a0808 100644
---- a/tests/patch.cpp
-+++ b/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"
using std::string;
-diff --git a/tests/recorder.cpp b/tests/recorder.cpp
-index eda8ec8..ca546d9 100644
---- a/tests/recorder.cpp
-+++ b/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"
using std::string;
-diff --git a/tests/utils.cpp b/tests/utils.cpp
-index 852b77a..0e67001 100644
---- a/tests/utils.cpp
-+++ b/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"
using std::vector;
-diff --git a/tests/wave.cpp b/tests/wave.cpp
-index 4f2e18a..167ca36 100644
---- a/tests/wave.cpp
-+++ b/tests/wave.cpp
+--- giada.orig/tests/wave.cpp
++++ giada/tests/wave.cpp
@@ -1,6 +1,6 @@
#include <memory>
#include "../src/core/wave.h"
+#include <catch.hpp>
+ using std::string;
+--- giada.orig/tests/pluginHost.cpp
++++ giada/tests/pluginHost.cpp
+@@ -5,7 +5,7 @@
+ #if 0
+
+ #include "../src/core/pluginHost.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ TEST_CASE("Test PluginHost class")
+--- giada.orig/tests/waveFx.cpp
++++ giada/tests/waveFx.cpp
+@@ -2,7 +2,7 @@
+ #include "../src/core/const.h"
+ #include "../src/core/wave.h"
+ #include "../src/core/waveFx.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
+ using std::string;
+--- giada.orig/tests/waveManager.cpp
++++ giada/tests/waveManager.cpp
+@@ -2,7 +2,7 @@
+ #include "../src/core/waveManager.h"
+ #include "../src/core/wave.h"
+ #include "../src/core/const.h"
+-#include "catch/single_include/catch.hpp"
++#include <catch.hpp>
+
+
using std::string;