aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-03-25Fix type parsing errors on "always true" conditions. (#239)Greg
2020-02-27Create a helper rule for selecting a file from outputs of another rul… (#233)irengrig
2020-02-06Add absolute path tests for Windows (#230)Bor Kae Hwang
2020-02-03Remove old_sets.bzl (#231)Laurent Le Brun
2019-10-29make select_tests resilient to default configuration differences (#212)c-parsons
2019-10-08Remove genfiles_dir retrieval method (#203)upstream/1.0.1c-parsons
2019-10-08Expose target_under_test's bin and genfiles path (#202)Samuel Freilich
2019-09-17Add types.is_set() to test whether an arbitrary object is a set as defined by...TechSY730
2019-09-17Delete maprule. Fix Buildifier lint errors. (#192)László Csomor
2019-06-14Create common build settings (#154)Julie
2019-06-05selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89)Greg
2019-06-04Add some comments to unittest_test.sh (#159)c-parsons
2019-05-28Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158)c-parsons
2019-05-21run_binary: runs an executable as an action (#153)László Csomor
2019-05-14New rules: native_binary and native_test (#152)László Csomor
2019-05-09write_file: support different line endings (#150)László Csomor
2019-05-08Minor formatting changes plus doc updates (#147)c-parsons
2019-05-07Fix a number of misc issues to allow google usage of bazel-skylib (#146)c-parsons
2019-05-06Use TEST_SRCDIR for shell tests (#145)c-parsons
2019-05-01Add licenses() to all BUILD files. (#141)Thomas Van Lenten
2019-04-12diff_test: add rule and tests (#136)László Csomor
2019-04-02Reformat with buildifier --warnings=all (#138)Thomas Van Lenten
2019-03-26Windows: fix tests for native test wrapper (#129)László Csomor
2019-03-20maprule: hide it, not ready for public use. (#133)upstream/0.8.0László Csomor
2019-03-20Accept kwargs in dicts.add() (#130)Dave Lee
2019-03-20maprule: add basic integration test (#131)László Csomor
2019-03-19e2e tests: make them run on Windows (#121)László Csomor
2019-03-19write_file: add rule and tests (#122)László Csomor
2019-03-18copy_file: add rule and tests (#123)László Csomor
2019-03-04maprule: use ctx.resolve_tools (#117)László Csomor
2019-02-22fix a number of warnings found by Starlark analyzer (#114)c-parsons
2019-02-20analysistest API for retrieval of actions registered by target under testc-parsons
2019-02-19Add analysis_test rulec-parsons
2019-02-14Add analysis-test test framework (#110)c-parsons
2019-02-11Add basic shell testing for unittest.bzl (#108)c-parsons
2019-02-08Add `types.is_depset`. (#105)upstream/0.7.0Tony Allevato
2019-01-25Some doc fixes (#100)Thomas Van Lenten
2019-01-25Add a build_test rule. (#97)Thomas Van Lenten
2019-01-14fix various linter errors (#93)c-parsons
2019-01-08maprule: an improved version of genrule() (#86)László Csomor
2019-01-02Run buildifier --lint=fix over the files. (#88)Thomas Van Lenten
2018-12-04unittest.bzl: supports Windows (#84)László Csomor
2018-11-26Fix up lint issues. (#77)Thomas Van Lenten
2018-11-14Remove supports for make(depset()) from new_sets (#68)bttk
2018-09-28Rename a number of instances of 'skylark' to 'starlark' or 'bzl'c-parsons
2018-08-24Remove usage and suggests for lib.bzl.Thomas Van Lenten
2018-06-13Reformat .bzl files with buildifier and add format check.Thomas Van Lenten
2018-05-09Add type checking functions.Taras Tsugrii
2018-05-04Add support for repr/str to new_sets (#42)upstream/0.4.0dmaclach
2018-05-01Skylint: stop using ctx.outputs.executable.Thomas Van Lenten