test(test): add test for args
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