Add a way to include extra files on a per-test-binary and per-platform basis #1460
Labels
A-filter-expressions
Support for filter expressions
A-reuse-build
Issues around support for reusing builds
help wanted
Extra attention is needed
There should be a way to say "I'd like to include some extra files" on specific platforms, or if specific packages are built. We can use most of the overrides framework we have already, but we need a way to restrict these overrides to only be per-test-binary, not per-test. That basically means allowing everything other than the
test()
predicate, I believe.This will have to be done with some care.
The text was updated successfully, but these errors were encountered: