Skip to content

Commit

Permalink
command_line_tests.ml: depend on mina.exe properly
Browse files Browse the repository at this point in the history
  • Loading branch information
balsoft committed May 17, 2022
1 parent 3f9157b commit bfdfcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/command_line_tests/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name command_line_tests)
(public_name command_line_tests)
(inline_tests)
(inline_tests (deps ../../app/cli/src/mina.exe))
(libraries
;; opam libraries
async_kernel
Expand Down

0 comments on commit bfdfcc7

Please sign in to comment.