You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2018/03/15 04:58:09 UTC

[trafficserver] branch quic-latest updated: QUIC: Fix the QUICHandshakeProtocol test

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new b12c4d4  QUIC: Fix the QUICHandshakeProtocol test
b12c4d4 is described below

commit b12c4d49582afcb943c67557efc443a2aa4ed29d
Author: scw00 <sc...@apache.org>
AuthorDate: Tue Mar 13 17:47:44 2018 +0800

    QUIC: Fix the QUICHandshakeProtocol test
---
 iocore/net/quic/test/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/iocore/net/quic/test/Makefile.am b/iocore/net/quic/test/Makefile.am
index 54c669c..d8e6a09 100644
--- a/iocore/net/quic/test/Makefile.am
+++ b/iocore/net/quic/test/Makefile.am
@@ -49,6 +49,7 @@ AM_CPPFLAGS += \
   -I$(abs_top_srcdir)/proxy/logging \
   -I$(abs_top_srcdir)/proxy/shared \
   -I$(abs_top_srcdir)/tests/include \
+  $(TS_INCLUDES) \
   @OPENSSL_INCLUDES@
 
 if OPENSSL_IS_BORINGSSL
@@ -382,12 +383,13 @@ test_QUICHandshakeProtocol_LDFLAGS = \
   @OPENSSL_LDFLAGS@
 
 test_QUICHandshakeProtocol_LDADD = \
-  @OPENSSL_LIBS@ \
   $(top_builddir)/lib/ts/libtsutil.la \
   $(top_builddir)/proxy/shared/libUglyLogStubs.a \
   $(top_builddir)/lib/records/librecords_p.a \
   $(top_builddir)/mgmt/libmgmt_p.la \
-  $(top_builddir)/iocore/eventsystem/libinkevent.a
+  $(top_builddir)/iocore/eventsystem/libinkevent.a \
+  @LIBTCL@ \
+  @OPENSSL_LIBS@
 
 test_QUICHandshakeProtocol_SOURCES = \
   main.cc \

-- 
To stop receiving notification emails like this one, please contact
scw00@apache.org.