summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_make_directory-directory-with-parent-check.cmake
blob: ea3d161aff8a6c8afc858d22c3ea25c338e2a9f9 (plain)
1
2
3
if(NOT IS_DIRECTORY ${out}/parent/child)
  set(RunCMake_TEST_FAILED "child directory was not created")
endif()