Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
RunCMake
/
WorkingDirectory
/
dirNotExist.cmake
blob: 642386e852395536aa8b668071f2265b0e8254fa [
file
]
include
(
CTest
)
add_test
(
NAME dirNotExist
COMMAND $
{
CMAKE_COMMAND
}
-
E touch someFile
.
txt
WORKING_DIRECTORY $
{
CMAKE_CURRENT_BINARY_DIR
}/
thisDirWillNotExist
)