E_rm_directory_link_existing-check.cmake 155 B

123
  1. if(NOT EXISTS ${out}/dir/existing.txt)
  2. set(RunCMake_TEST_FAILED "${out}/dir/existing.txt should exist (we only removed the link to dir folder)")
  3. endif()