I have a src/ directory with a dune file describing a public library. There is a generated .merlin file in that directory.
I have a test/ directory with a dune file desrcribing a non-public library. There is no generated .merlin file in that directory.
My question is: how to get a dune-generated .merlin file in the test/ directory?