From: Francesco Chemolli Date: Wed, 1 Jan 2014 17:15:10 +0000 (+0100) Subject: Added missing stubs in testCharacterSet X-Git-Tag: SQUID_3_5_0_1~439^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8f07d1ac1b0258148b12021a1edab81d1f5bcd6;p=thirdparty%2Fsquid.git Added missing stubs in testCharacterSet --- diff --git a/src/base/Makefile.am b/src/base/Makefile.am index bff2659301..80533ad426 100644 --- a/src/base/Makefile.am +++ b/src/base/Makefile.am @@ -38,7 +38,10 @@ testCharacterSet_SOURCES = \ testCharacterSet.h \ testCharacterSet.cc nodist_testCharacterSet_SOURCES = \ - $(top_srcdir)/src/tests/testMain.cc + $(top_srcdir)/src/tests/testMain.cc \ + $(top_srcdir)/src/tests/stub_debug.cc \ + $(top_srcdir)/src/tests/stub_MemBuf.cc \ + $(top_srcdir)/src/tests/stub_cbdata.cc testCharacterSet_LDFLAGS = $(LIBADD_DL) testCharacterSet_LDADD=\ $(SQUID_CPPUNIT_LIBS) \