cmake/Tests/RunCMake/CommandLine/E_rm_recursive_file_link_existing-check.cmake
2020-08-30 11:54:41 +02:00

4 lines
133 B
CMake

if(NOT EXISTS ${out}/existing.txt)
set(RunCMake_TEST_FAILED "${out}/existing.txt should exist (we only removed the link)")
endif()