bazel-skylib
bazel-skylib copied to clipboard
analysistest: Propagate toolchains
The toolchains attribute is hard-coded to just the skylib unit test toolchain type. See:
https://github.com/bazelbuild/bazel-skylib/blob/a501641daebdce8601ee6bbc6b5d177c688d3517/lib/unittest.bzl#L286
Should it propagate the toolchains for testing them?
Maybe! Could you please give a simple example for how you'd want analysistest.make to behave?