We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice to add cram in squeletons which would generate the folowwing defaults per program package:
tests/output-tests/XXX/cram.t/run.t
tests/output-tests/XXX/dune
with
$ cat dune (cram (deps %{bin:xxx}))
where XXX is the package's name and xxx its executable.
XXX
xxx
The text was updated successfully, but these errors were encountered:
Unfortunately, there is currently no way to specify a directory for a package outside of the package directory itself.
So, it would probably be stored as src/PACKAGE/test/cram.t/ instead.
src/PACKAGE/test/cram.t/
Sorry, something went wrong.
No branches or pull requests
Would be nice to add cram in squeletons which would generate the folowwing defaults per program package:
tests/output-tests/XXX/cram.t/run.t
tests/output-tests/XXX/dune
with
where
XXX
is the package's name andxxx
its executable.The text was updated successfully, but these errors were encountered: