]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
stub-ified testSBuf
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 30 Oct 2013 17:48:50 +0000 (18:48 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 30 Oct 2013 17:48:50 +0000 (18:48 +0100)
src/Makefile.am

index 313458ef88894ce7d060626534b7fc019d44c37d..fe7be95ee44c20c7a8cf42983366d72f4268570f 100644 (file)
@@ -3656,7 +3656,7 @@ tests_testSBuf_SOURCES= \
        tests/SBufFindTest.cc \
        $(SBUF_SOURCE) \
        SBufStream.h \
-       time.cc \
+       tests/stub_time.cc \
        mem.cc \
        tests/stub_debug.cc \
        tests/stub_fatal.cc \
@@ -3668,8 +3668,8 @@ tests_testSBuf_SOURCES= \
        tests/stub_tools.cc \
        SquidString.h \
        String.cc \
-       wordlist.cc \
-       MemBuf.cc
+       tests/stub_wordlist.cc \
+       tests/stub_MemBuf.cc
 nodist_tests_testSBuf_SOURCES=$(TESTSOURCES)
 tests_testSBuf_LDFLAGS = $(LIBADD_DL)
 tests_testSBuf_LDADD=\