2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-30 10:41:18 +00:00
bazel-skylib/rules
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
..
private Reformat with buildifier --warnings=all (#138) 2019-04-02 11:48:08 -04:00
analysis_test.bzl fix a number of warnings found by Starlark analyzer (#114) 2019-02-22 17:44:48 -05:00
BUILD diff_test: add rule and tests (#136) 2019-04-12 13:35:29 -04:00
build_test.bzl add documentation pages for rules/ and lib/ (#119) 2019-02-28 17:43:57 -05:00
copy_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00
diff_test.bzl diff_test: add rule and tests (#136) 2019-04-12 13:35:29 -04:00
empty_test.sh Add a build_test rule. (#97) 2019-01-25 14:34:15 -05:00
write_file.bzl maprule: hide it, not ready for public use. (#133) 2019-03-20 18:13:32 +01:00