summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-04-29 14:09:17 +0200
committerGard Spreemann <gspr@nonempty.org>2022-04-29 14:09:17 +0200
commit48fe18a96c8066fad6d088f63e5566b17677afe6 (patch)
tree1ca6a6baacf44e76c3cfeb0d7dff43f3b4c7e56f
parentdd77ffd9d8efedf5d54a1030f4e4fe2d616f5271 (diff)
Refresh patch for using system catch2
-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>