pukkamustard writes: > Thinking of this, maybe we can drop the `test-target` argument > completely. wdyt? Yeah, I'm pretty sure we should drop the test-target argument. I don't see any reason why it should be used with the dune build-system. The two remaining packages that have a test-target that is not "test", "tests" or "." (and do not have tests disabled): - ocaml-frontc: Builds as expected when test-target is removed. - ocaml-cohttp: test-target points to a test helper library, not the tests themselves. Removing the test-target runs the tests, which currently fail. -pukkamustard