From 49f7b385ee5ec5ec8d6d1798a2b1d77b355679a9 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Tue, 20 Jun 2023 19:33:19 +0200 Subject: [PATCH] Add yaml libs reference to HTTP proxy test suite. Co-authored-by: Jean Baptiste Favre (cherry picked from commit c0c0c8051241a02fee5d06d0a6993d1be90834ee) Conflicts: proxy/http/Makefile.am --- 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 5efff9f10e0..26267a9b06a 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 \