mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 01:39:58 -06:00
10 lines
314 B
CMake
10 lines
314 B
CMake
include(RunCTest)
|
|
|
|
run_ctest(dirNotExist)
|
|
run_ctest(buildAndTestNoBuildDir
|
|
--build-and-test
|
|
${RunCMake_BINARY_DIR}/buildAndTestNoBuildDir
|
|
${RunCMake_BINARY_DIR}/buildAndTestNoBuildDir/CMakeLists.txt # Deliberately a file
|
|
--build-generator "${RunCMake_GENERATOR}"
|
|
)
|