aboutsummaryrefslogtreecommitdiff
path: root/tests/build_test_tests.bzl
AgeCommit message (Collapse)Author
2023-08-28Modify actions in order not to need `toolchain` param (#455)kotlaja
All actions which use tool or executable for which is not clear if it comes from a toolchain, must set a `toolchain` parameter ( migration of Automatic Exec Groups). As we discussed internally, I've modified actions so that it's recognised that tools are not from the toolchain. Hence, there will not be an error which states `Couldn't identify if tools are from implicit dependencies or a toolchain. Please set the toolchain parameter. If you're not using a toolchain, set it to 'None'.`. Hence, no need for the toolchain parameter.
2020-06-19Address lint errors (#254)Andrew Z Allen
2019-09-17Delete maprule. Fix Buildifier lint errors. (#192)László Csomor
* Delete maprule. Fix Buildifier lint errors. Delete maprule and its tests: I wrote this rule, and I no longer plan to release it. Alternative rules exist that serve users' needs better. Fix also Buildifier lint errors that were making BuildKite red: https://buildkite.com/bazel/bazel-skylib/builds/659#ab98ac31-6e1c-415e-b8a8-5f8868340c7d
2019-01-25Some doc fixes (#100)Thomas Van Lenten
* fix up Args doc block. * add a module doc string
2019-01-25Add a build_test rule. (#97)Thomas Van Lenten
* Add a build_test rule. This rules (marco) provides a 'test' target that can be used to ensure other targets build.