This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new 047379e285 Add yaml libs reference to HTTP proxy test suite. (#9943)
047379e285 is described below
commit 047379e285456e6df5579e20a86dbde40d849ede
Author: Randall Meyer <[email protected]>
AuthorDate: Thu Jul 6 09:27:45 2023 -0700
Add yaml libs reference to HTTP proxy test suite. (#9943)
Co-authored-by: Jean Baptiste Favre <[email protected]>
(cherry picked from commit c0c0c8051241a02fee5d06d0a6993d1be90834ee)
Conflicts:
proxy/http/Makefile.am
Co-authored-by: Jean Baptiste Favre <[email protected]>
---
proxy/http/Makefile.am | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am
index 5efff9f10e..26267a9b06 100644
--- a/proxy/http/Makefile.am
+++ b/proxy/http/Makefile.am
@@ -111,14 +111,16 @@ test_proxy_http_LDADD = \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/iocore/utils/libinkutils.a \
@HWLOC_LIBS@ \
- @LIBCAP@
+ @LIBCAP@ \
+ @YAMLCPP_LIBS@
test_PreWarm_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(abs_top_srcdir)/tests/include
test_PreWarm_LDADD = \
- $(top_builddir)/src/tscore/libtscore.la
+ $(top_builddir)/src/tscore/libtscore.la \
+ @YAMLCPP_LIBS@
test_PreWarm_SOURCES = \
unit_tests/test_PreWarm.cc
@@ -158,7 +160,8 @@ test_HttpTransact_LDADD = \
@LIBZ@ \
@LIBLZMA@ \
@OPENSSL_LIBS@ \
- -lm
+ -lm \
+ @YAMLCPP_LIBS@
test_HttpTransact_SOURCES = \
../../iocore/cache/test/stub.cc \