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 broken Install tests #1557

Merged
merged 3 commits into from
Jun 27, 2019

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    daf2f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6b12f View commit details
    Browse the repository at this point in the history
  3. Use CTest fixtures in Install tests

    Fixtures were initially not used because Adios supports CMake 3.6,
    which did not yet have fixtures (they were introduced in 3.7.)
    However, adding the fixtures can be done in a backwards compatible
    manner without affecting pre-3.7 builds. Add test fixtures to ensure
    that Install.Setup always gets run before the other Install tests, even
    if it's not specified in the CTest -R regex. (Note that we are still
    using the DEPENDS property in addition to FIXTURES_REQUIRED in order
    to support 3.6.)
    KyleFromKitware committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    d1a46d9 View commit details
    Browse the repository at this point in the history