cmake/Help/prop_test/WORKING_DIRECTORY.rst

10 lines
328 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
WORKING_DIRECTORY
-----------------
The directory from which the test executable will be called.
2018-08-09 18:06:22 +02:00
If this is not set, the test will be run with the working directory set to the
binary directory associated with where the test was created (i.e. the
:variable:`CMAKE_CURRENT_BINARY_DIR` for where :command:`add_test` was
called).