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

bnolsen 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 1306496ce3 Fix release builds on linux (#10700)
1306496ce3 is described below

commit 1306496ce3d007e582823cc6a2be43a2f298e024
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Nov 1 09:00:03 2023 -0500

    Fix release builds on linux (#10700)
    
    Co-authored-by: Chris McFarlen <[email protected]>
---
 src/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 1c029502b4..c46ab791a8 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -130,7 +130,7 @@ set(LIBINKNET_UNIT_TEST_DIR 
"${CMAKE_SOURCE_DIR}/src/iocore/net/unit_tests")
 target_compile_definitions(test_net PRIVATE 
LIBINKNET_UNIT_TEST_DIR=${LIBINKNET_UNIT_TEST_DIR})
 target_link_libraries(test_net PRIVATE hdrs proxy)
 
-add_stubbed_test(EventSystem 
${CMAKE_SOURCE_DIR}/src/iocore/eventsystem/unit_tests/test_EventSystem.cc)
+add_stubbed_test(EventSystem ${CMAKE_SOURCE_DIR}/src/iocore/net/NetVCTest.cc 
${CMAKE_SOURCE_DIR}/src/iocore/eventsystem/unit_tests/test_EventSystem.cc)
 add_stubbed_test(IOBuffer 
${CMAKE_SOURCE_DIR}/src/iocore/eventsystem/unit_tests/test_IOBuffer.cc)
 
 add_stubbed_test(

Reply via email to