This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new db031663c4 Fix tunnel_transform.cc build for cmake (#10582)
db031663c4 is described below

commit db031663c439b7459094860ca0b1803ef276d354
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Tue Oct 10 15:34:32 2023 -0500

    Fix tunnel_transform.cc build for cmake (#10582)
    
    This updates the tests/tools/plugins/CMakeLists.txt for the new
    tunnel_transform.cc plugin.
---
 tests/tools/plugins/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/tools/plugins/CMakeLists.txt 
b/tests/tools/plugins/CMakeLists.txt
index 70ff30c9c2..fed54b0b7b 100644
--- a/tests/tools/plugins/CMakeLists.txt
+++ b/tests/tools/plugins/CMakeLists.txt
@@ -39,6 +39,7 @@ add_autest_plugin(test_log_interface test_log_interface.cc)
 add_autest_plugin(user_args user_args.cc)
 add_autest_plugin(async_engine async_engine.c)
 add_autest_plugin(hook_tunnel_plugin hook_tunnel_plugin.cc)
+add_autest_plugin(tunnel_transform tunnel_transform.cc)
 
 target_link_libraries(continuations_verify PRIVATE OpenSSL::SSL)
 target_link_libraries(ssl_client_verify_test PRIVATE OpenSSL::SSL)

Reply via email to