aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/examples/bindata/BUILD.bazel
AgeCommit message (Collapse)Author
2018-10-26Pass tests if rules_go is an external repository (#1614)Yannic
Some tests failed if they were ran with rules_go as external repository (`bazel test @io_bazel_rules_go//...` instead of `bazel test //...`). Passing all tests if ran like that is useful for users who import rules_go into their repository and have local modifications they want to test.
2018-01-10Run buildifier against bazel files. (#1164)Xiaoyi
The command I ran: ```shell $ find . \( -name '*.bzl' -or -name '*.BUILD*' -or -name 'WORKSPACE' \) -exec buildifier {} + ``` additional changes and fixes * implementation function should be on top in rule definitions * no newline between definitions and doc strings * Skylib is vendored. No modification allowed. * Keep entries in SDK_REPOSITORIES lined up
2018-01-04Move existing tests to legacy folder (#1214)Ian Cottrell
* making it compile again Actual changes after the move to fix up paths * Move tests to legacy folder