Skip to content

test(test): add test for args

Luke Hackwell requested to merge add-args-test into main

Closes #52 (closed)

args is a built in attribute to all rules. Bazel will automatically invoke the binary with args, so there was no functionality to implement here.

In case this test only passes due to some LocalhostDriver quirk I have also locally tested using @rules_labgrid//labgrid/platform:qemu-amd64-linux , which passes.

Edited by Luke Hackwell

Merge request reports

Loading