mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests: Add RunCMake.CommandLine make_directory test checks
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if(NOT IS_DIRECTORY ${out}/parent/child)
|
||||
set(RunCMake_TEST_FAILED "child directory was not created")
|
||||
endif()
|
||||
@@ -0,0 +1,6 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user