Github user jacksontj commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/653#discussion_r66987224 --- 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 -- These are so that any other tests in this subsystem can use the same things. I do plan on adding some DNS tests down at this layer as well-- so although this is a weird lookaside for now it'll be useful in the future (not to mention that matches what the other modules do)
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---