summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/E_remove_directory-symlink-dir-check.cmake
blob: f70312c46b9545b4ad3818c728658c44beca5bf2 (plain)
1
2
3
4
5
6
if(EXISTS ${out}/link_dir)
  set(RunCMake_TEST_FAILED "did not remove ${out}/link_dir")
endif()
if(NOT EXISTS ${out}/dir)
  set(RunCMake_TEST_FAILED "should not have removed ${out}/dir")
endif()