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 21539517ba cmake: bigobj subdir has executables, not plugins (#10481)
21539517ba is described below

commit 21539517ba320a37f2b844d10b53427aaa77e739
Author: Chris McFarlen <ch...@mcfarlen.us>
AuthorDate: Thu Sep 21 13:47:26 2023 -0500

    cmake: bigobj subdir has executables, not plugins (#10481)
    
    Co-authored-by: Chris McFarlen <cmcfar...@apple.com>
---
 tests/gold_tests/bigobj/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gold_tests/bigobj/CMakeLists.txt 
b/tests/gold_tests/bigobj/CMakeLists.txt
index ba725bf4a7..b56709f853 100644
--- a/tests/gold_tests/bigobj/CMakeLists.txt
+++ b/tests/gold_tests/bigobj/CMakeLists.txt
@@ -15,5 +15,5 @@
 #
 #######################
 
-add_autest_plugin(check_ramp check_ramp.c)
-add_autest_plugin(push_request push_request.c)
+add_executable(check_ramp check_ramp.c)
+add_executable(push_request push_request.c)

Reply via email to