Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update mock binary
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
voodoos committed Jun 7, 2024
1 parent 7cd8666 commit e38f272
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/blackbox-tests/utils/ocaml_index.ml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ module Common = struct
end

module Aggregate = struct
let from_files _ _ output_file _ _ () = touch output_file
let from_files _ _ output_file _ _ _ () = touch output_file

let root =
let doc = "if provided all locations will be appended to that path" in
@@ -51,13 +51,19 @@ module Aggregate = struct
Arg.(value & flag & info [ "store-shapes" ] ~doc)
;;

let no_cmt =
let doc = "" in
Arg.(value & flag & info [ "no-cmt-load-path" ] ~doc)
;;

let term =
Term.(
const from_files
$ store_shapes
$ root
$ Common.output_file
$ build_path
$ no_cmt
$ files
$ Common.with_log)
;;

0 comments on commit e38f272

Please sign in to comment.