Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 521

Dune aliasing one executable over another

$
0
0

I’m working on testing within https://github.com/Cjen1/OcamlPaxos/tree/paxos_core.

The issue is that for that version if I run dune exec test/paxos_core.exe it actually runs test/log.ml.

Investigating further if I remove all the tests from test/paxos_core.ml (but not Alcotest_lwt.run) this effect disappears, additionally if I remove the Alcotest_lwt.run from test/log.ml it also disappears.

This is being built on dune 2.6.0 and ocaml 4.10.0.

To build the repo clone/pin github.com/cjen1/master, the rest should be git submodules.

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 521

Trending Articles