summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst')
-rw-r--r--share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst b/share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst
new file mode 100644
index 0000000..43bcdbe
--- /dev/null
+++ b/share/cmake-3.22/Help/prop_test/ENVIRONMENT.rst
@@ -0,0 +1,9 @@
+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.