File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 15
15
(:standard -noassert))))
16
16
17
17
(rule
18
- (with-stdout-to
19
- ocamlformat-help.actual
20
- (run ocamlformat --help=plain)))
18
+ (action
19
+ (with-stdout-to
20
+ ocamlformat-help.actual
21
+ (run %{bin:ocamlformat} --help=plain)))
22
+ (package ocamlformat))
21
23
22
24
(rule
23
25
(alias runtest)
26
+ (package ocamlformat)
24
27
(action
25
28
(diff ocamlformat-help.txt ocamlformat-help.actual)))
26
29
27
30
(rule
28
- (with-stdout-to
29
- ocamlformat-rpc-help.actual
30
- (run ocamlformat-rpc --help=plain)))
31
+ (action
32
+ (with-stdout-to
33
+ ocamlformat-rpc-help.actual
34
+ (run %{bin:ocamlformat-rpc} --help=plain)))
35
+ (package ocamlformat-rpc))
31
36
32
37
(rule
33
38
(alias runtest)
39
+ (package ocamlformat-rpc)
34
40
(action
35
41
(diff ocamlformat-rpc-help.txt ocamlformat-rpc-help.actual)))
36
42
You can’t perform that action at this time.
0 commit comments