Skip to content

Commit

Permalink
Add workaround for missing batteriesConfig dependency in inline tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 authored Sep 11, 2023
1 parent 80bb85d commit 1f5d92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
(libraries num str camlp-streams unix bigarray)
(inline_tests
(backend qtest_batteries)
(deps %{project_root}/qtest/qtest_preamble.ml)
(deps %{project_root}/qtest/qtest_preamble.ml
batteriesConfig.ml batConcreteQueue.ml) ; workaround for dune inline test runner not properly depending on generated modules: https://github.com/ocaml/opam-repository/pull/24327#issuecomment-1709839625
)
(wrapped false)
)
Expand Down

0 comments on commit 1f5d92b

Please sign in to comment.