moonchen commented on code in PR #10308: URL: https://github.com/apache/trafficserver/pull/10308#discussion_r1327783322
########## tests/tools/plugins/Makefile.inc: ########## @@ -67,6 +67,9 @@ tools_plugins_ssl_verify_test_la_SOURCES = tools/plugins/ssl_verify_test.cc noinst_LTLIBRARIES += tools/plugins/ssntxnorder_verify.la tools_plugins_ssntxnorder_verify_la_SOURCES = tools/plugins/ssntxnorder_verify.cc +noinst_LTLIBRARIES += tools/plugins/hook_tunnel_plugin.la Review Comment: Please also add this to the CMake build. Suggested change in tests/tools/plugins/CMakeLists.txt: `add_autest_plugin(hook_tunnel_plugin hook_tunnel_plugin.cc)` -- 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]
