3 lines
87 B
CMake
3 lines
87 B
CMake
|
|
file(MAKE_DIRECTORY testb)
|
||
|
|
execute_process(COMMAND ${TEST})
|
||
|
|
file(REMOVE_RECURSE testdb)
|