cmake-test-launcher.rst 431 B

1234567891011
  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`.