Tests and samples #1186
Replies: 1 comment
-
The current recommendation is to use a nested crate: https://alire.ada.dev/docs/#work-in-progress-dependency-overrides (look for the pins to local crates) This isn't currently stated explicitly there (thought we should do it somewhere else I think) but the idea is that the nested crates just use the parent crate as a local dependency. Interested people can There are hooks for automatic actions (look for You'll see in that link that you can have test actions too. These are run during our internal testing and during release submission to the index. Conceivably, we can add an option for people interested in running tests during installation (which is not currently a feature).
|
Beta Was this translation helpful? Give feedback.
-
What is the way of dealing with tests and samples to the crate? Are automated tests supported? I.e. tests built and even ran during installation.
Beta Was this translation helpful? Give feedback.
All reactions