summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-22 14:15:47 (GMT)
committerBrad King <brad.king@kitware.com>2024-02-22 14:37:23 (GMT)
commit2c646641ec99f8ec0caf993f2c5ac4178601e011 (patch)
tree0a891eb695f88aeafec5a704f1fc491ccf30ac28 /Help
parentc21f0eb30b775645974314efc3d53504fa786e97 (diff)
downloadCMake-2c646641ec99f8ec0caf993f2c5ac4178601e011.zip
CMake-2c646641ec99f8ec0caf993f2c5ac4178601e011.tar.gz
CMake-2c646641ec99f8ec0caf993f2c5ac4178601e011.tar.bz2
Help: Document create_test_sourcelist source path convention
Document the change in commit a29ca55b1f (create_test_sourcelist: use the full path to the driver, 2023-12-09, v3.29.0-rc1~264^2).
Diffstat (limited to 'Help')
-rw-r--r--Help/command/create_test_sourcelist.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/create_test_sourcelist.rst b/Help/command/create_test_sourcelist.rst
index 83ce227..d0b43c4 100644
--- a/Help/command/create_test_sourcelist.rst
+++ b/Help/command/create_test_sourcelist.rst
@@ -19,6 +19,11 @@ large libraries to shrink the total required size.
to build the test driver. The list will contain the ``<test>...`` sources
and the generated ``<driverName>`` source.
+ .. versionchanged:: 3.29
+
+ The test driver source is listed by absolute path in the build tree.
+ Previously it was listed only as ``<driverName>``.
+
``<driverName>``
Name of the test driver source file to be generated into the build tree.
The source file will contain a ``main()`` program entry point that