mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
b070947dff
When this property is set, the test is skipped and its status is automatically set to 'Not Run'. A disabled test will not be counted in the total number of tests and its completion status will be 'Disabled'.
6 lines
171 B
ReStructuredText
6 lines
171 B
ReStructuredText
ctest-disable-tests
|
|
-------------------
|
|
|
|
* A :prop_test:`DISABLED` test property was added to mark tests that
|
|
are configured but explicitly disabled so they do not run.
|