mirror of
https://github.com/bazelbuild/bazel-skylib
synced 2024-11-30 10:41:18 +00:00
be3b1fc838
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 |
||
---|---|---|
.. | ||
private | ||
analysis_test.bzl | ||
BUILD | ||
build_test.bzl | ||
copy_file.bzl | ||
diff_test.bzl | ||
empty_test.sh | ||
write_file.bzl |