reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
214 stars 102 forks source link

Do not require a sanity check for compile-only tests #3075

Closed vkarak closed 5 months ago

vkarak commented 9 months ago

If there is a compilation error, the test will fail in the build phase anyway, so currently for a compile-only test we have to add an "always-true" validation test.