Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diff_test: add rule and tests #136

Merged
merged 6 commits into from
Apr 12, 2019
Merged

Commits on Apr 9, 2019

  1. diff_test: add rule and tests

    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 bazelbuild/bazel#5508
    See bazelbuild/bazel#4319
    laszlocsomor committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    9bfa958 View commit details
    Browse the repository at this point in the history
  2. Fix Buildifier warning

    laszlocsomor committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    fa16487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f35124f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    d04a3df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c876787 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    b17dc2d View commit details
    Browse the repository at this point in the history