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 |
||
---|---|---|
.. | ||
copy_file | ||
diff_test | ||
maprule | ||
write_file | ||
analysis_test_test.sh | ||
BUILD | ||
build_test_tests.bzl | ||
collections_tests.bzl | ||
dicts_tests.bzl | ||
maprule_tests.bzl | ||
new_sets_tests.bzl | ||
partial_tests.bzl | ||
paths_tests.bzl | ||
selects_tests.bzl | ||
sets_tests.bzl | ||
shell_tests.bzl | ||
structs_tests.bzl | ||
types_tests.bzl | ||
unittest.bash | ||
unittest_test.sh | ||
unittest_tests.bzl | ||
versions_tests.bzl |