https://github.com/Kitware/CMake
Raw File
Tip revision: 44cc305ac12d58fe476f815b89f42288455e44a9 authored by Brad King on 25 October 2018, 11:52:24 UTC
CMake 3.13.0-rc2
Tip revision: 44cc305
WORKING_DIRECTORY.rst
WORKING_DIRECTORY
-----------------

The directory from which the test executable will be called.

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).
back to top