summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Use-system-catch2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Use-system-catch2.patch')
-rw-r--r--debian/patches/0001-Use-system-catch2.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/debian/patches/0001-Use-system-catch2.patch b/debian/patches/0001-Use-system-catch2.patch
index 536b23c..6bc3545 100644
--- a/debian/patches/0001-Use-system-catch2.patch
+++ b/debian/patches/0001-Use-system-catch2.patch
@@ -1,6 +1,6 @@
From: Gard Spreemann <gspr@nonempty.org>
-Date: Wed, 3 Jun 2020 09:32:19 +0200
-Subject: Use system catch2.
+Date: Fri, 29 Apr 2022 14:07:08 +0200
+Subject: Use system catch2
---
bottleneck/tests/test_hera_bottleneck.cpp | 2 +-
@@ -83,18 +83,17 @@ index 1c77b13..4ed06df 100644
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
diff --git a/wasserstein/tests/test_hera_wasserstein.cpp b/wasserstein/tests/test_hera_wasserstein.cpp
-index 6f5de3b..83a781a 100644
+index 6a0404a..d14293a 100644
--- a/wasserstein/tests/test_hera_wasserstein.cpp
+++ b/wasserstein/tests/test_hera_wasserstein.cpp
-@@ -1,5 +1,5 @@
- #define LOG_AUCTION
+@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
#include <sstream>
#include <iostream>
diff --git a/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp b/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp
-index 9603ceb..3110c4c 100644
+index e7aa417..8cce803 100644
--- a/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp
+++ b/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp
@@ -1,4 +1,4 @@
@@ -104,11 +103,10 @@ index 9603ceb..3110c4c 100644
#include <sstream>
#include <iostream>
diff --git a/wasserstein/tests/tests_main.cpp b/wasserstein/tests/tests_main.cpp
-index d24407e..1f558c8 100644
+index 1c77b13..4ed06df 100644
--- a/wasserstein/tests/tests_main.cpp
+++ b/wasserstein/tests/tests_main.cpp
-@@ -1,3 +1,3 @@
- #define LOG_AUCTION
+@@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>