bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
190 stars 94 forks source link

Add `cc_test_toolchain` utility to implement a toolchain for `cc_test` targets. #258

Open TheGrizzlyDev opened 1 month ago

TheGrizzlyDev commented 1 month ago

The idea with this PR is to mimic the new BUILD-file-driven toolchain config style with the cc-testing toolchains as well.