File tree Expand file tree Collapse file tree 8 files changed +1258
-316
lines changed Expand file tree Collapse file tree 8 files changed +1258
-316
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -106,18 +106,21 @@ let emit_test test_name setup =
106
106
Printf. printf
107
107
{|
108
108
(rule
109
- (deps .ocamlformat dune- project)% s
109
+ (deps .ocamlformat .hg)% s
110
+ (package ocamlformat)
110
111
(action
111
112
(with - stdout- to % s
112
113
(with - stderr- to % s.stderr
113
114
% s))))
114
115
115
116
(rule
116
117
(alias runtest)% s
118
+ (package ocamlformat)
117
119
(action (diff % s % s.stdout)))
118
120
119
121
(rule
120
122
(alias runtest)% s
123
+ (package ocamlformat)
121
124
(action (diff % s % s.stderr)))
122
125
| }
123
126
enabled_if_line output_fname test_name
Original file line number Diff line number Diff line change
1
+ This file ensures that OCamlformat don't consider parent directories when
2
+ searching for configuration.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ This file ensures that OCamlformat don't consider parent directories when
2
+ searching for configuration.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ This file ensures that OCamlformat don't consider parent directories when
2
+ searching for configuration.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments