]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added missing stubs in testCharacterSet
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 1 Jan 2014 17:15:10 +0000 (18:15 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 1 Jan 2014 17:15:10 +0000 (18:15 +0100)
src/base/Makefile.am

index bff2659301b6be557a7d419ad19606da820dcd9c..80533ad4268b1dc1a7c3f2379ee03a4fd9586913 100644 (file)
@@ -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) \