mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Allow tests to specify files to upload at runtime. Previously this was only possible to specify at configure time with the ATTACHED_FILES test properties. This commit also fixes a bug in how our test data tarballs were generated by CTest. Previously, if you tried to attach a file outside of the binary directory, CTest would generate a tar file with a relative path, and tar would not allow you to extract it. We resolve this problem by creating tar files with a flat directory structure instead. Fixes: #22284
6 lines
157 B
ReStructuredText
6 lines
157 B
ReStructuredText
ctest-measurements-docs
|
|
-----------------------
|
|
|
|
* :manual:`ctest(1)` gained documentation for its ability to capture
|
|
:ref:`Additional Test Measurements`.
|