cmake/Help/prop_test/ENVIRONMENT.rst

10 lines
371 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ENVIRONMENT
-----------
Specify environment variables that should be defined for running a test.
2022-03-29 21:10:50 +02:00
Set to a :ref:`semicolon-separated list <CMake Language Lists>` list
of environment variables and values of the form ``MYVAR=value``.
Those environment variables will be defined while running the test.
The environment changes from this property do not affect other tests.