Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/653#discussion_r66907578
--- Diff: iocore/hostdb/Makefile.am ---
@@ -31,15 +31,58 @@ EXTRA_DIST = I_HostDB.h
noinst_LIBRARIES = libinkhostdb.a
libinkhostdb_a_SOURCES = \
+ I_SplitDNS.h \
+ I_SplitDNSProcessor.h \
HostDB.cc \
I_HostDB.h \
I_HostDBProcessor.h \
Inline.cc \
- MultiCache.cc \
+ RefCountCache.cc \
P_HostDB.h \
P_HostDBProcessor.h \
- P_MultiCache.h
+ P_RefCountCache.h
+
+# TODO: collapse into a single?s
+TESTS = $(check_PROGRAMS)
+check_PROGRAMS = test_RefCountCache
+
+test_RefCountCache_SOURCES = \
+ test_RefCountCache.cc
+
#test_UNUSED_SOURCES = \
# test_I_HostDB.cc \
# test_P_HostDB.cc
+
+
+test_LD_FLAGS = \
--- End diff --
It doesn't look like the ``test_`` versions of these flags are needed. Can
you collapse them into ``test_RefCountCache_``?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---