5 lines
158 B
CMake
5 lines
158 B
CMake
add_test(NAME test COMMAND "${CMAKE_COMMAND}" --help)
|
|
set_tests_properties(test PROPERTIES empty "" custom anotherValue)
|
|
|
|
check_test_property(test custom ..)
|