summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Use-system-catch2.patch
blob: 536b23cb2150e1f642401c1f5dad5354f43cabb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
From: Gard Spreemann <gspr@nonempty.org>
Date: Wed, 3 Jun 2020 09:32:19 +0200
Subject: Use system catch2.

---
 bottleneck/tests/test_hera_bottleneck.cpp             | 2 +-
 bottleneck/tests/tests_main.cpp                       | 2 +-
 matching/tests/test_bifiltration.cpp                  | 2 +-
 matching/tests/test_common.cpp                        | 2 +-
 matching/tests/test_matching_distance.cpp             | 2 +-
 matching/tests/test_module.cpp                        | 2 +-
 matching/tests/tests_main.cpp                         | 2 +-
 wasserstein/tests/test_hera_wasserstein.cpp           | 2 +-
 wasserstein/tests/test_hera_wasserstein_pure_geom.cpp | 2 +-
 wasserstein/tests/tests_main.cpp                      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/bottleneck/tests/test_hera_bottleneck.cpp b/bottleneck/tests/test_hera_bottleneck.cpp
index c74e800..b97fe6f 100644
--- a/bottleneck/tests/test_hera_bottleneck.cpp
+++ b/bottleneck/tests/test_hera_bottleneck.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/bottleneck/tests/tests_main.cpp b/bottleneck/tests/tests_main.cpp
index d24407e..1f558c8 100644
--- a/bottleneck/tests/tests_main.cpp
+++ b/bottleneck/tests/tests_main.cpp
@@ -1,3 +1,3 @@
 #define LOG_AUCTION
 #define CATCH_CONFIG_MAIN
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
diff --git a/matching/tests/test_bifiltration.cpp b/matching/tests/test_bifiltration.cpp
index 742dab8..f63e231 100644
--- a/matching/tests/test_bifiltration.cpp
+++ b/matching/tests/test_bifiltration.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/matching/tests/test_common.cpp b/matching/tests/test_common.cpp
index 9079a56..d390585 100644
--- a/matching/tests/test_common.cpp
+++ b/matching/tests/test_common.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/matching/tests/test_matching_distance.cpp b/matching/tests/test_matching_distance.cpp
index 115c8d9..08c59c0 100644
--- a/matching/tests/test_matching_distance.cpp
+++ b/matching/tests/test_matching_distance.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/matching/tests/test_module.cpp b/matching/tests/test_module.cpp
index bae1f78..3dbe5b1 100644
--- a/matching/tests/test_module.cpp
+++ b/matching/tests/test_module.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/matching/tests/tests_main.cpp b/matching/tests/tests_main.cpp
index 1c77b13..4ed06df 100644
--- a/matching/tests/tests_main.cpp
+++ b/matching/tests/tests_main.cpp
@@ -1,2 +1,2 @@
 #define CATCH_CONFIG_MAIN
-#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
--- a/wasserstein/tests/test_hera_wasserstein.cpp
+++ b/wasserstein/tests/test_hera_wasserstein.cpp
@@ -1,5 +1,5 @@
 #define LOG_AUCTION
-#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
--- a/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp
+++ b/wasserstein/tests/test_hera_wasserstein_pure_geom.cpp
@@ -1,4 +1,4 @@
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>
 
 #include <sstream>
 #include <iostream>
diff --git a/wasserstein/tests/tests_main.cpp b/wasserstein/tests/tests_main.cpp
index d24407e..1f558c8 100644
--- a/wasserstein/tests/tests_main.cpp
+++ b/wasserstein/tests/tests_main.cpp
@@ -1,3 +1,3 @@
 #define LOG_AUCTION
 #define CATCH_CONFIG_MAIN
-#include "catch/catch.hpp"
+#include <catch2/catch.hpp>