From: Francesco Chemolli Date: Thu, 25 Feb 2016 14:59:21 +0000 (+0100) Subject: Removed unnecessary stubs from unit tests X-Git-Tag: SQUID_4_0_8~60^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b650c0128e1b4cd69c7ebccb7db9d81ee1230f78;p=thirdparty%2Fsquid.git Removed unnecessary stubs from unit tests --- diff --git a/src/Makefile.am b/src/Makefile.am index a283054b85..be8608c035 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3548,6 +3548,7 @@ tests_testURL_DEPENDENCIES = \ $(SQUID_CPPUNIT_LA) tests_testSBuf_SOURCES= \ + base/TextException.cc \ tests/testSBuf.h \ tests/testSBuf.cc \ tests/SBufFindTest.h \ @@ -3556,27 +3557,12 @@ tests_testSBuf_SOURCES= \ tests/stub_time.cc \ tests/stub_debug.cc \ tests/stub_fatal.cc \ - tests/stub_HelperChildConfig.cc \ - tests/stub_libmem.cc \ - tests/stub_cache_cf.cc \ - tests/stub_cache_manager.cc \ - tests/stub_cbdata.cc \ - tests/stub_store.cc \ - tests/stub_store_stats.cc \ - SquidString.h \ - String.cc \ - tests/stub_wordlist.cc \ - tests/stub_MemBuf.cc + tests/stub_libmem.cc nodist_tests_testSBuf_SOURCES=$(TESTSOURCES) tests_testSBuf_LDFLAGS = $(LIBADD_DL) -tests_testSBuf_LDADD=\ +tests_testSBuf_LDADD= \ base/libbase.la \ - libsquid.la \ - ip/libip.la \ - mgr/libmgr.la \ sbuf/libsbuf.la \ - $(top_builddir)/lib/libmiscutil.la \ - $(REGEXLIB) \ $(SQUID_CPPUNIT_LIBS) \ $(COMPAT_LIB) \ $(XTRA_LIBS)