Skip to content

Commit

Permalink
Fix: missing ocannl_config dependency for test_ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Apr 23, 2024
1 parent d8428eb commit ee638a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_ppx/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
(test
(name test_ppx_op)
(modules test_ppx_op)
(deps ocannl_config)
(libraries ocannl)
(preprocess
(pps ppx_ocannl)))

(test
(name test_ppx_op_expected)
(modules test_ppx_op_expected)
(deps ocannl_config)
(libraries ocannl))

0 comments on commit ee638a9

Please sign in to comment.