Skip to content

Commit

Permalink
Link just qcheck-core, not qcheck
Browse files Browse the repository at this point in the history
qcheck is in the wrong part of xs-opam currently, and although we're moving it
this test really only needs qcheck-core, so link only that to fix an internal CI failure.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Jun 12, 2024
1 parent f659636 commit 690a53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/libs/sexpr/test/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(test
(name test_sexpr)
(modules test_sexpr)
(libraries sexpr astring rresult qcheck alcotest threads))
(libraries sexpr astring rresult qcheck-core alcotest threads))

0 comments on commit 690a53a

Please sign in to comment.