Skip to content

feat(e2e): Transfer runfiles alongside binaries

Alex Tercete requested to merge runfiles into main

Up until now, labgrid_genrule only accepted standalone binaries. However, we expect users to create their custom binaries which may have runtime dependencies (runfiles). As such, we also need to transfer these runfiles to the device prior to execution.

Merge request reports