We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b809e commit 4687467Copy full SHA for 4687467
unittest/CMakeLists.txt
@@ -49,10 +49,6 @@ function(config_bind_optional tagname opttype)
49
configure_file(python/test_optional.py.in
50
${CMAKE_CURRENT_BINARY_DIR}/python/${py_file})
51
add_lib_unit_test(${MODNAME})
52
- message(
53
- STATUS
54
- "Adding unit test py-optional-${tagname} with file ${py_file} and module ${MODNAME}"
55
- )
56
add_python_unit_test("py-optional-${tagname}" "unittest/python/${py_file}"
57
"unittest")
58
endfunction()
0 commit comments