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

Make make distcheck pass #159

Merged
merged 3 commits into from
Sep 18, 2016
Merged

Make make distcheck pass #159

merged 3 commits into from
Sep 18, 2016

Commits on Sep 18, 2016

  1. Include <limits.h> instead of <sys/limits.h>

    `<sys/limits.h>` isn't available on macOS.
    calleluks committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    d90b3ff View commit details
    Browse the repository at this point in the history
  2. Ignore files produced by make check

    The changes in ee64131 and f8dea08 cause changes to what files are
    produced by `make check`.
    calleluks committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    fde77fc View commit details
    Browse the repository at this point in the history
  3. Make make distcheck pass

    `make distcheck` was failing on the `check` task during the VPATH build
    due to two reasons:
    
    1. The `tests/*.t` and `tests/test.sh` were missing in the distribution.
    2. The `T_LOG_COMPILER` command could not find the file `tests/test.sh`
    since it was located in the source directory, not the build directory.
    calleluks committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    b3c5bb1 View commit details
    Browse the repository at this point in the history