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

maskit 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 1bb9f2e  Update Makefile to build tests
1bb9f2e is described below

commit 1bb9f2eb160b017c0e28bea661c45094c76df555
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Wed Nov 8 14:21:55 2017 +0900

    Update Makefile to build tests
---
 iocore/net/quic/test/Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/iocore/net/quic/test/Makefile.am b/iocore/net/quic/test/Makefile.am
index b53ec4d..5b75729 100644
--- a/iocore/net/quic/test/Makefile.am
+++ b/iocore/net/quic/test/Makefile.am
@@ -139,6 +139,8 @@ test_QUICFrame_SOURCES = \
 
 test_QUICFrame_LDADD = \
   $(top_builddir)/lib/ts/libtsutil.la \
+  $(top_builddir)/lib/records/librecords_p.a \
+  $(top_builddir)/mgmt/libmgmt_p.la \
   $(top_builddir)/iocore/eventsystem/libinkevent.a
 
 #
@@ -205,6 +207,8 @@ test_QUICStreamState_SOURCES = \
 test_QUICStreamState_LDADD = \
   $(top_builddir)/lib/ts/libtsutil.la \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
+  $(top_builddir)/lib/records/librecords_p.a \
+  $(top_builddir)/mgmt/libmgmt_p.la \
   $(top_builddir)/iocore/net/quic/libquic.a \
   $(top_builddir)/proxy/shared/libUglyLogStubs.a \
   @LIBTCL@ \
@@ -378,6 +382,9 @@ test_QUICTypeUtil_LDFLAGS = \
 
 test_QUICTypeUtil_LDADD = \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
+  $(top_builddir)/lib/records/librecords_p.a \
+  $(top_builddir)/mgmt/libmgmt_p.la \
+  $(top_builddir)/proxy/shared/libUglyLogStubs.a \
   $(top_builddir)/lib/ts/libtsutil.la
 
 test_QUICTypeUtil_SOURCES = \
@@ -405,6 +412,9 @@ test_QUICAckFrameCreator_LDFLAGS = \
 
 test_QUICAckFrameCreator_LDADD = \
   $(top_builddir)/iocore/eventsystem/libinkevent.a \
+  $(top_builddir)/lib/records/librecords_p.a \
+  $(top_builddir)/mgmt/libmgmt_p.la \
+  $(top_builddir)/proxy/shared/libUglyLogStubs.a \
   $(top_builddir)/lib/ts/libtsutil.la
 
 test_QUICAckFrameCreator_SOURCES = \

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to