preserve-empty-args-test-command-lines.rst 988 B

12345678910111213141516171819
  1. preserve-empty-args-test-command-lines
  2. --------------------------------------
  3. * Empty list elements in the :prop_tgt:`TEST_LAUNCHER` and
  4. :prop_tgt:`CROSSCOMPILING_EMULATOR` target properties are now preserved
  5. when the executable for a command given to :command:`add_test` is a CMake
  6. target. See policy :policy:`CMP0178`.
  7. * Empty list elements in the :prop_tgt:`TEST_LAUNCHER` and
  8. :prop_tgt:`CROSSCOMPILING_EMULATOR` target properties are now preserved
  9. for the test created by :command:`ExternalData_Add_Test` from the
  10. :module:`ExternalData` module. See policy :policy:`CMP0178`.
  11. * Empty list elements in the :prop_tgt:`TEST_LAUNCHER` and
  12. :prop_tgt:`CROSSCOMPILING_EMULATOR` target properties are now preserved
  13. for tests created by :command:`gtest_add_tests` and
  14. :command:`gtest_discover_tests` from the :module:`GoogleTest` module.
  15. Empty list elements after the ``EXTRA_ARGS`` keyword of these two commands
  16. are also now preserved. See policy :policy:`CMP0178`.