Skip to content

feat(test): drop `data`

Alex Tercete requested to merge test-data into main

BREAKING CHANGE: labgrid_test no longer supports data

If a pre-built binary needs data files, it should be wrapped by a rule that supports data and consume them as runfiles.

Without data, it doesn't make sense to do custom Make variable substitution for env, so that has also been removed.

Closes #83 (closed).

Merge request reports

Loading