Skip to content
Commit 265e22c9 authored by Alex Tercete's avatar Alex Tercete Committed by Idan Saadon
Browse files

feat(test): allow running test executables on the device

This introduces a `labgrid_test` rule, which allows running a test executable on the device (`:inner` can be any `*_binary` target):

```
labgrid_test(
    name = "example",
    src = ":inner",
    platform = ":platform",
)
```

It integrates with Bazel XML reporting functionality by writing to `${XML_OUTPUT_FILE}` on the host, if a XML report is generated on the device.

I've left a few `FIXME`'s which will be addressed in follow-up MRs.
parent 9e797288
Loading
Loading
Loading
Pipeline #15884 passed with stages
in 7 minutes and 19 seconds
Loading
  • GITLAB_TOKEN @group_3575_bot_1fa64dd2caebb37307063a803b95a420

    mentioned in commit 482e4e01

    ·

    mentioned in commit 482e4e01

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment