ctest_test-ignore-skipped-tests.rst 335 B

1234567
  1. ctest_test-ignore-skipped-tests
  2. -------------------------------
  3. * When running tests, CTest learned to treat skipped tests (using the
  4. :prop_test:`SKIP_RETURN_CODE` property) the same as tests with the
  5. :prop_test:`DISABLED` property. Due to this change, CTest will not indicate
  6. failure when all tests are either skipped or pass.