Add 'DISABLED' test property

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'.
This commit is contained in:
Betsy McPhail
2017-03-27 14:08:50 -04:00
committed by Brad King
parent 42c68aadf8
commit b070947dff
25 changed files with 289 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
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.