Skip to content

Commit

Permalink
Explicitly declare bench dependency on drivers folder
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>
  • Loading branch information
NathanReb committed Dec 20, 2024
1 parent 7e2e660 commit a85e15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bench/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
(enabled_if
(>= %{ocaml_version} "4.10.0"))
(libraries unix yojson))

(alias
(name default)
(package ppxlib-bench)
(deps
(source_tree drivers)))

0 comments on commit a85e15d

Please sign in to comment.