Package: dewalls / 1.0.0+ds1-9

use-system-catch.patch Patch series | download
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
Index: dewalls-1.0.0/test/applyheightcorrectionstest.cpp
===================================================================
--- dewalls-1.0.0.orig/test/applyheightcorrectionstest.cpp
+++ dewalls-1.0.0/test/applyheightcorrectionstest.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 
 #include "vector.h"
 #include "wallstypes.h"
Index: dewalls-1.0.0/test/azimuthparsingtests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/azimuthparsingtests.cpp
+++ dewalls-1.0.0/test/azimuthparsingtests.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 #include "../src/wallssurveyparser.h"
 #include "approx.h"
 
Index: dewalls-1.0.0/test/dewallstests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/dewallstests.cpp
+++ dewalls-1.0.0/test/dewallstests.cpp
@@ -1,5 +1,5 @@
 #define CATCH_CONFIG_MAIN
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 
 #include "segmentparseexception.h"
 
Index: dewalls-1.0.0/test/generaltests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/generaltests.cpp
+++ dewalls-1.0.0/test/generaltests.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 #include "../src/wallssurveyparser.h"
 #include "approx.h"
 #include "unitizedmath.h"
Index: dewalls-1.0.0/test/inclinationparsingtests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/inclinationparsingtests.cpp
+++ dewalls-1.0.0/test/inclinationparsingtests.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 #include "../src/wallssurveyparser.h"
 #include "approx.h"
 
Index: dewalls-1.0.0/test/lengthparsingtests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/lengthparsingtests.cpp
+++ dewalls-1.0.0/test/lengthparsingtests.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 #include "../src/wallssurveyparser.h"
 
 using namespace dewalls;
Index: dewalls-1.0.0/test/tostrings.h
===================================================================
--- dewalls-1.0.0.orig/test/tostrings.h
+++ dewalls-1.0.0/test/tostrings.h
@@ -1,7 +1,7 @@
 #ifndef TOSTRINGS_H
 #define TOSTRINGS_H
 
-//#include "../lib/catch.hpp"
+//#include "catch.hpp"
 
 //#include <string>
 //#include <QString>
Index: dewalls-1.0.0/test/wallsprojectparsertests.cpp
===================================================================
--- dewalls-1.0.0.orig/test/wallsprojectparsertests.cpp
+++ dewalls-1.0.0/test/wallsprojectparsertests.cpp
@@ -1,4 +1,4 @@
-#include "../lib/catch.hpp"
+#include "catch.hpp"
 
 //#include "tostrings.h"
 #include "../src/wallsprojectparser.h"