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_make_directory-three-dire...

7 lines
196 B

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