mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06: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