dune icon indicating copy to clipboard operation
dune copied to clipboard

Cram test support seems too limited for Coq

Open rlepigre opened this issue 1 year ago • 0 comments

Desired Behavior

Cram tests where Coq code is built (with dune) against a coq theory from a local package (explicit dependency being given) fails by not finding the library. Ideally, this would just work as the analogous code in OCaml (see https://github.com/ocaml/dune/pull/6011).

Example

An example (in the form of a reproducing test case) is given in https://github.com/ocaml/dune/pull/6014.

rlepigre avatar Jul 27 '22 07:07 rlepigre