This is an automated email from the ASF dual-hosted git repository.
cmcfarlen 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 bc8f53c8aa link inknet (#10713)
bc8f53c8aa is described below
commit bc8f53c8aa30a77e0cde3be42879597d507cfdac
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Nov 1 15:08:07 2023 -0500
link inknet (#10713)
---
src/tests/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 7349586316..336184e79b 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -137,6 +137,7 @@ target_compile_definitions(test_net PRIVATE
LIBINKNET_UNIT_TEST_DIR=${LIBINKNET_
target_link_libraries(test_net PRIVATE hdrs proxy)
add_stubbed_test(EventSystem ${CMAKE_SOURCE_DIR}/src/iocore/net/NetVCTest.cc
${CMAKE_SOURCE_DIR}/src/iocore/eventsystem/unit_tests/test_EventSystem.cc)
+target_link_libraries(EventSystem PRIVATE ts::inknet)
add_stubbed_test(IOBuffer
${CMAKE_SOURCE_DIR}/src/iocore/eventsystem/unit_tests/test_IOBuffer.cc)
add_stubbed_test(