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

Fix a few bugs related to compile tests #313

Merged
merged 3 commits into from
May 4, 2016
Merged

Commits on May 3, 2016

  1. Fix compile tests not clearing the cache after an error

    The cache bug meant that a failed test would appear forever broken,
    even if the proper fix was applied.
    dean0x7d committed May 3, 2016
    Configuration menu
    Copy the full SHA
    131d446 View commit details
    Browse the repository at this point in the history
  2. Fix FMT_STATIC_ASSERT compile test

    FMT_STATIC_ASSERT is defined in posix.h so expect_compile_error was
    actually failing on a missing macro instead of the static assert.
    dean0x7d committed May 3, 2016
    Configuration menu
    Copy the full SHA
    8eaad79 View commit details
    Browse the repository at this point in the history
  3. Fix find-package-test failure with non-default compiler

    The failure would happen when the main project was configured with
    a compiler which is not the system default. The new configuration
    was not forwarded to "ctest --build-and-test". This fixes it.
    dean0x7d committed May 3, 2016
    Configuration menu
    Copy the full SHA
    f3d6d3a View commit details
    Browse the repository at this point in the history