This is an automated email from the ASF dual-hosted git repository.
rrm 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 c0c0c80512 Add yaml libs reference to HTTP proxy test suite. Closes
#9882 (#9885)
c0c0c80512 is described below
commit c0c0c8051241a02fee5d06d0a6993d1be90834ee
Author: Jean Baptiste Favre <[email protected]>
AuthorDate: Tue Jun 20 19:33:19 2023 +0200
Add yaml libs reference to HTTP proxy test suite. Closes #9882 (#9885)
Co-authored-by: Jean Baptiste Favre <[email protected]>
---
proxy/http/Makefile.am | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am
index 6ccffe754f..3a1e25db35 100644
--- a/proxy/http/Makefile.am
+++ b/proxy/http/Makefile.am
@@ -112,14 +112,16 @@ test_proxy_http_LDADD = \
$(top_builddir)/iocore/utils/libinkutils.a \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
@SWOC_LIBS@ @HWLOC_LIBS@ \
- @LIBCAP@
+ @LIBCAP@ \
+ @YAMLCPP_LIBS@
test_PreWarm_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(abs_top_srcdir)/lib/catch2
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
@@ -153,7 +155,7 @@ test_HttpTransact_LDADD = \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
-lz -llzma -lcrypto -lresolv -lssl \
- @LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@
+ @LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@ @YAMLCPP_LIBS@
test_HttpTransact_SOURCES = \
../../iocore/cache/test/stub.cc \