diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2023-11-29 19:39:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-12-13 15:20:43 (GMT) |
commit | 88863d83d62b7668047ee78a3ada841364e119a0 (patch) | |
tree | 7af47ede9f38acae8a2c6cc3ccd85cac5eb1a13d /Help | |
parent | 1ec0372ed4b450e242fdb8f6a7d2862baa61b501 (diff) | |
download | CMake-88863d83d62b7668047ee78a3ada841364e119a0.zip CMake-88863d83d62b7668047ee78a3ada841364e119a0.tar.gz CMake-88863d83d62b7668047ee78a3ada841364e119a0.tar.bz2 |
fileapi: Add test launcher to codemodel-v2
We do not need to bump the minor version because it was recently bumped
by addition of the cross-compiling emulator as another kind of launcher.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 0d60311..fd28dbe 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1022,6 +1022,10 @@ with members: An emulator for the target platform when cross-compiling. See the :prop_tgt:`CROSSCOMPILING_EMULATOR` target property. + ``test`` + A start program for the execution of tests. + See the :prop_tgt:`TEST_LAUNCHER` target property. + This field was added in codemodel version 2.7. ``link`` |