I’ve made a couple of crates now (one pending, one new) with the test crate in a subdirectory.
One of the crates’ test program takes no parameters, and this works fine on Ubuntu and Windows:
cd test; alr --non-interactive run
The other one’s test does take parameters; if I say
cd tests; alr --non-interactive run tashtest --args=tashtest.tcl
then it works fine on Ubuntu, but on Windows I get
[link] tashtest.adb
Build finished successfully in 9.84 seconds.
ERROR: The requested executable is not built by this release (see declared list with 'alr run --list')
Error: Process completed with exit code 1.
This worked OK on both Ubuntu and Windows:
cd tests; alr --non-interactive build; ./tashtest tashtest.tcl
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too