Skip to content

Commit 39caa2a

Browse files
author
Jean Baptiste Favre
committed
Add yaml libs reference to HTTP proxy test suite. Closes #9882
1 parent f4622d0 commit 39caa2a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

proxy/http/Makefile.am

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,16 @@ test_proxy_http_LDADD = \
112112
$(top_builddir)/iocore/utils/libinkutils.a \
113113
$(top_builddir)/src/tscpp/util/libtscpputil.la \
114114
@SWOC_LIBS@ @HWLOC_LIBS@ \
115-
@LIBCAP@
115+
@LIBCAP@ \
116+
@YAMLCPP_LIBS@
116117

117118
test_PreWarm_CPPFLAGS = \
118119
$(AM_CPPFLAGS) \
119120
-I$(abs_top_srcdir)/lib/catch2
120121

121122
test_PreWarm_LDADD = \
122-
$(top_builddir)/src/tscore/libtscore.la
123+
$(top_builddir)/src/tscore/libtscore.la \
124+
@YAMLCPP_LIBS@
123125

124126
test_PreWarm_SOURCES = \
125127
unit_tests/test_PreWarm.cc
@@ -153,7 +155,7 @@ test_HttpTransact_LDADD = \
153155
$(top_builddir)/src/records/librecords_p.a \
154156
$(top_builddir)/iocore/eventsystem/libinkevent.a \
155157
-lz -llzma -lcrypto -lresolv -lssl \
156-
@LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@
158+
@LIBPCRE@ @HWLOC_LIBS@ @SWOC_LIBS@ @YAMLCPP_LIBS@
157159

158160
test_HttpTransact_SOURCES = \
159161
../../iocore/cache/test/stub.cc \

0 commit comments

Comments
 (0)