summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/E_remove_directory-directory-with-parent-check.cmake
blob: fd6ea111fb6a5ac70c671e694a838e2a09715037 (plain)
1
2
3
if(IS_DIRECTORY ${out}/parent/child)
  set(RunCMake_TEST_FAILED "child directory was not removed")
endif()