You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/CommandLine/E_remove_directory-three-di...

7 lines
188 B

if(IS_DIRECTORY ${out}/d1)
set(RunCMake_TEST_FAILED "directory d1 was not removed")
endif()
if(IS_DIRECTORY ${out}/d2)
set(RunCMake_TEST_FAILED "directory d2 was not removed")
endif()