5 lines
158 B
CMake
Raw Normal View History

2023-12-07 09:12:54 +01:00
add_test(NAME test COMMAND "${CMAKE_COMMAND}" --help)
set_tests_properties(test PROPERTIES empty "" custom anotherValue)
check_test_property(test custom ..)