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

Allow running tests via CMake build script #1479

Merged
merged 8 commits into from Jul 22, 2020
Merged

Commits on Jul 21, 2020

  1. Copy the full SHA
    092821d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    54ace98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a32956f View commit details
    Browse the repository at this point in the history
  4. Improve argument parsing and source directory handling in tools/invok…

    …e-tests
    
    * Use getopt to parse arguments
    * Don't rely on the script being executed within the source directory
    Martchus committed Jul 21, 2020
    Copy the full SHA
    d4ffa52 View commit details
    Browse the repository at this point in the history
  5. CMake: Tweak test execution

    * Improve targets for coverage computation so it is ensured that everything
      is built correctly
    * Add target to reset gathered coverage data
    * Enable verbose CTest output by default (see comment for reasoning)
    Martchus committed Jul 21, 2020
    Copy the full SHA
    990c8f6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1eaf6e4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ce0023a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e6593f2 View commit details
    Browse the repository at this point in the history