summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/E_rm_non_recursive_directory-two-directories-check.cmake
blob: 609271e43d24e7e7626a811af1a7c41f4ebfd9dd (plain)
1
2
3
if(NOT EXISTS ${out}/d1 OR NOT EXISTS ${out}/d2)
  set(RunCMake_TEST_FAILED "${out}/d1 or ${out}/d2 is removed but should not")
endif()