ctest-runtime-files.rst 363 B

12345678
  1. ctest-runtime-files
  2. -------------------
  3. * :manual:`ctest(1)` learned to recognize files attached to a test at run time.
  4. Previously it was only possible to attach files to tests at configure time
  5. by using the :prop_test:`ATTACHED_FILES` or
  6. :prop_test:`ATTACHED_FILES_ON_FAIL` test properties.
  7. See :ref:`Additional Test Measurements` for more information.