martinzink commented on code in PR #1886:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1886#discussion_r1820318116
##########
extensions/civetweb/tests/CMakeLists.txt:
##########
@@ -40,5 +40,6 @@ FOREACH(testfile ${CIVETWEB_INTEGRATION_TESTS})
"${CMAKE_SOURCE_DIR}/extensions/civetweb/tests/resources"
"$<TARGET_FILE_DIR:${testfilename}>/resources"
)
+ set_tests_properties("${testfilename}" PROPERTIES LABELS "civetweb")
Review Comment:
I should have clarified I didnt fix every leak so I've only added the
memcheck for those unit tests that are leak free, any new code should be leak
free and I'll create a Jira to address these tests in the future.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]