mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
Help/create_test_sourcelist: format arguments in the signature docs
This commit is contained in:
@@ -5,10 +5,10 @@ Create a test driver and source list for building test programs.
|
|||||||
|
|
||||||
.. code-block:: cmake
|
.. code-block:: cmake
|
||||||
|
|
||||||
create_test_sourcelist(sourceListName driverName
|
create_test_sourcelist(<sourceListName> <driverName>
|
||||||
test1 test2 test3
|
<tests> ...
|
||||||
EXTRA_INCLUDE include.h
|
[EXTRA_INCLUDE <include>]
|
||||||
FUNCTION function)
|
[FUNCTION <function>])
|
||||||
|
|
||||||
A test driver is a program that links together many small tests into a single
|
A test driver is a program that links together many small tests into a single
|
||||||
executable. This is useful when building static executables with large
|
executable. This is useful when building static executables with large
|
||||||
|
|||||||
Reference in New Issue
Block a user