diff options
author | Alex Neundorf <neundorf@kde.org> | 2023-11-30 22:14:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-25 17:37:56 (GMT) |
commit | dbacc1d5a8c189289fe651ed9db892d9639354c6 (patch) | |
tree | 28efd558a99a217e52309afaa5e475ab709014c3 /Help/release | |
parent | 022f20f6632c934169f440271cabe8c7e52cce6e (diff) | |
download | CMake-dbacc1d5a8c189289fe651ed9db892d9639354c6.zip CMake-dbacc1d5a8c189289fe651ed9db892d9639354c6.tar.gz CMake-dbacc1d5a8c189289fe651ed9db892d9639354c6.tar.bz2 |
ctest: add command line option to exclude tests listed in a given file
Add `--exclude-from-file <filename>` to exclude the tests listed in the
given file.
Issue: #25455
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/ctest-tests-from-file.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/release/dev/ctest-tests-from-file.rst b/Help/release/dev/ctest-tests-from-file.rst index f0abda9..470095f 100644 --- a/Help/release/dev/ctest-tests-from-file.rst +++ b/Help/release/dev/ctest-tests-from-file.rst @@ -2,4 +2,5 @@ ctest-tests-from-file --------------------- * :manual:`ctest(1)` gained the :option:`--tests-from-file <ctest - --tests-from-file>` option to run tests named in a file. + --tests-from-file>` and :option:`--exclude-from-file <ctest + --exclude-from-file>` options to run or exclude tests named in a file. |