Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | tests: Support toolchain in remote rule | Oliver Reiche | |
2023-05-30 | tests: Used installed just/just-mr in remote tests | Oliver Reiche | |
... as those binaries might need run-libs. | |||
2023-05-30 | tests: Use run_test expression in remote rule | Oliver Reiche | |
2023-05-24 | Split off tests into a separate logical repository | Klaus Aehlig | |
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing. | |||
2023-03-10 | Add a rule for CC tests depending on remote execution | Klaus Aehlig | |
In order to keep our tests self-contained, do not rely on an external remote-execution service to be present; instead, use `just execute` to provide the remote execution service. |