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

Ensure regression-test has a binary to test #877

Merged
merged 1 commit into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. Ensure regression-test has a binary to test

    "make regression-test" assumes that ./mlr is the binary to test. To
    ensure that ./mlr is available, make "build" a pre-requisite of
    "regression-test"; otherwise "make regression-test" will test whatever
    version of mlr is on the PATH if ./mlr doesn't exist.
    
    Signed-off-by: Stephen Kitt <steve@sk2.org>
    skitt committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    882fc31 View commit details
    Browse the repository at this point in the history