mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The "restored" bit is an implementation detail as it could also be implemented by passing a crafted environment to `execve` or `CreateProcess` arguments. Instead, state that the environment changes only affects the test with the property set.
10 lines
319 B
ReStructuredText
10 lines
319 B
ReStructuredText
ENVIRONMENT
|
|
-----------
|
|
|
|
Specify environment variables that should be defined for running a test.
|
|
|
|
If set to a 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.
|