2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-30 10:41:18 +00:00
bazel-skylib/tests
László Csomor be3b1fc838 diff_test: add rule and tests (#136)
This new test rule compares two files and passes
if the files match.

On Linux/macOS/non-Windows, the test compares
files using 'diff'.

On Windows, the test compares files using
'fc.exe'. This utility is available on all Windows
versions I tried (Windows 2008 Server, Windows
2016 Datacenter Core).

See https://github.com/bazelbuild/bazel/issues/5508
See https://github.com/bazelbuild/bazel/issues/4319
2019-04-12 13:35:29 -04:00
..
copy_file copy_file: add rule and tests (#123) 2019-03-18 13:23:15 +01:00
diff_test diff_test: add rule and tests (#136) 2019-04-12 13:35:29 -04:00
maprule maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
write_file write_file: add rule and tests (#122) 2019-03-19 07:52:56 +01:00
analysis_test_test.sh e2e tests: make them run on Windows (#121) 2019-03-19 13:37:33 +01:00
BUILD Windows: fix tests for native test wrapper (#129) 2019-03-26 10:52:27 +01:00
build_test_tests.bzl Some doc fixes (#100) 2019-01-25 14:51:01 -05:00
collections_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
dicts_tests.bzl Accept kwargs in dicts.add() (#130) 2019-03-20 13:08:29 -04:00
maprule_tests.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
new_sets_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
partial_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
paths_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
selects_tests.bzl Reformat with buildifier --warnings=all (#138) 2019-04-02 11:48:08 -04:00
sets_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
shell_tests.bzl Windows: fix tests for native test wrapper (#129) 2019-03-26 10:52:27 +01:00
structs_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
types_tests.bzl Add types.is_depset. (#105) 2019-02-08 18:37:26 +01:00
unittest.bash Add basic shell testing for unittest.bzl (#108) 2019-02-11 17:18:56 -05:00
unittest_test.sh e2e tests: make them run on Windows (#121) 2019-03-19 13:37:33 +01:00
unittest_tests.bzl fix a number of warnings found by Starlark analyzer (#114) 2019-02-22 17:44:48 -05:00
versions_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00