Cram tests are for testing public executables.
AFAIU public means “to be installed for further use”. How should I use dune to perform expectation tests on the output of private executables?
Also doc doesn’ say anything about publicity of executables.
Also, I think it would be more useful to rewrite the doc to show how cram test perform on executable created by dune, and not system-wide wc command.