summaryrefslogtreecommitdiff
path: root/dev-ml/ppx_deriving/files/ounit2.patch
blob: d81231557c97cb73ec2818c5595ee9387ddf9171 (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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Index: ppx_deriving-4.4.1/src_test/create/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/create/dune
+++ ppx_deriving-4.4.1/src_test/create/dune
@@ -1,4 +1,4 @@
 (test
  (name test_deriving_create)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.create ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/deriving/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/deriving/dune
+++ ppx_deriving-4.4.1/src_test/deriving/dune
@@ -1,4 +1,4 @@
 (test
  (name test_ppx_deriving)
- (libraries oUnit compiler-libs.common ppx_deriving.api)
+ (libraries ounit2 compiler-libs.common ppx_deriving.api)
  (preprocess (pps ppx_deriving.ord ppx_deriving.show ppx_deriving.eq)))
Index: ppx_deriving-4.4.1/src_test/enum/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/enum/dune
+++ ppx_deriving-4.4.1/src_test/enum/dune
@@ -1,4 +1,4 @@
 (test
  (name test_deriving_enum)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.enum ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/eq/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/eq/dune
+++ ppx_deriving-4.4.1/src_test/eq/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_eq)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.eq ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/fold/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/fold/dune
+++ ppx_deriving-4.4.1/src_test/fold/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_fold)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.fold)))
Index: ppx_deriving-4.4.1/src_test/iter/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/iter/dune
+++ ppx_deriving-4.4.1/src_test/iter/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_iter)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.iter ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/make/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/make/dune
+++ ppx_deriving-4.4.1/src_test/make/dune
@@ -1,4 +1,4 @@
 (test
  (name test_deriving_make)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.make ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/map/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/map/dune
+++ ppx_deriving-4.4.1/src_test/map/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_map)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.map ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/ord/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/ord/dune
+++ ppx_deriving-4.4.1/src_test/ord/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_ord)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.ord)))
Index: ppx_deriving-4.4.1/src_test/runtime/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/runtime/dune
+++ ppx_deriving-4.4.1/src_test/runtime/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_runtime)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.eq ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/show/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/show/dune
+++ ppx_deriving-4.4.1/src_test/show/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_deriving_show)
- (libraries oUnit ppx_deriving.runtime)
+ (libraries ounit2 ppx_deriving.runtime)
  (preprocess (pps ppx_deriving.show)))
Index: ppx_deriving-4.4.1/src_test/api/dune
===================================================================
--- ppx_deriving-4.4.1.orig/src_test/api/dune
+++ ppx_deriving-4.4.1/src_test/api/dune
@@ -5,5 +5,5 @@
 
 (test
  (name test_api)
- (libraries oUnit compiler-libs.common ppx_deriving.api)
+ (libraries ounit2 compiler-libs.common ppx_deriving.api)
  (preprocess (action (run ppxfind -legacy ppx_tools.metaquot --as-pp %{input-file}))))