cmake/Tests/RunCMake/CommandLine/E_rm_directory_link_existing-check.cmake

4 lines
155 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
if(NOT EXISTS ${out}/dir/existing.txt)
set(RunCMake_TEST_FAILED "${out}/dir/existing.txt should exist (we only removed the link to dir folder)")
endif()