mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
022f20f663
Add `--tests-from-file <filename>` to run only the tests listed in the given file. The test names must match exactly, no regexps or something. The listed tests can still be filtered with a regexp using -R. Issue: #25455