2023-12-07 09:12:54 +01:00

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 ..)