XCTEST.rst 408 B

12345678910111213
  1. XCTEST
  2. ------
  3. This target is a XCTest CFBundle on the Mac.
  4. This property will usually get set via the :command:`xctest_add_bundle`
  5. macro in :module:`FindXCTest` module.
  6. If a module library target has this property set to true it will be
  7. built as a CFBundle when built on the Mac. It will have the directory
  8. structure required for a CFBundle.
  9. This property depends on :prop_tgt:`BUNDLE` to be effective.