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

[cmake] Simplify creation of tests #114

Merged
merged 7 commits into from
Nov 18, 2023

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    8ea96c3 View commit details
    Browse the repository at this point in the history
  2. Remove variable ALINTST from TESTING

    The variable only containts a single C file, it does not
    simplify the code, but make it more complicated without
    any benefit.
    wo80 authored and gruenich committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    497cb41 View commit details
    Browse the repository at this point in the history
  3. Add source files to tests directly without variable

    The varialbes (C|D|S|Z)LINTST only added an indirectection without
    any benefit.
    gruenich committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    44548be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54803a7 View commit details
    Browse the repository at this point in the history
  5. Simplify add_superlu_test

    Drop handling of output, ctest offers everything
    needed, everything else should not be part of tests.
    Remove runtest.cmake, as it is no longer needed.
    wo80 authored and gruenich committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c2775eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38deb3f View commit details
    Browse the repository at this point in the history
  7. [readme] Remove description of output files for tests

    At least when using CMake this is gone.
    gruenich committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3e344c6 View commit details
    Browse the repository at this point in the history