cmake-test-launcher.rst 571 B

1234567891011121314
  1. cmake-test-launcher
  2. -------------------
  3. * A :variable:`CMAKE_TEST_LAUNCHER` variable and corresponding
  4. :prop_tgt:`TEST_LAUNCHER` target property were added to specify
  5. a launcher to be used by executable targets when invoked by
  6. tests added by the :command:`add_test` command.
  7. * The :command:`add_test` command now honors
  8. :variable:`CMAKE_CROSSCOMPILING_EMULATOR` only when cross-compiling.
  9. See policy :policy:`CMP0158`.
  10. * The :prop_tgt:`CROSSCOMPILING_EMULATOR` target property now
  11. supports :manual:`generator expressions <cmake-generator-expressions(7)>`.