ENVIRONMENT.rst 371 B

123456789
  1. ENVIRONMENT
  2. -----------
  3. Specify environment variables that should be defined for running a test.
  4. Set to a :ref:`semicolon-separated list <CMake Language Lists>` list
  5. of environment variables and values of the form ``MYVAR=value``.
  6. Those environment variables will be defined while running the test.
  7. The environment changes from this property do not affect other tests.