base/libbase.la \
$(SQUID_CPPUNIT_LIBS) \
$(COMPAT_LIB) \
- $(XTRA_LIBS)
+ $(XTRA_LIBS) \
+ $(SQUID_CPPUNIT_LA)
tests_testSBufList_SOURCES= \
tests/testSBufList.h \
base/libbase.la \
$(SQUID_CPPUNIT_LIBS) \
$(COMPAT_LIB) \
- $(XTRA_LIBS)
+ $(XTRA_LIBS) \
+ $(SQUID_CPPUNIT_LA)
tests_testConfigParser_SOURCES = \
ClientInfo.h \
base/libbase.la \
$(SQUID_CPPUNIT_LIBS) \
$(COMPAT_LIB) \
- $(XTRA_LIBS)
+ $(XTRA_LIBS) \
+ $(SQUID_CPPUNIT_LA)
tests_testEnumIterator_SOURCES = \
base/EnumIterator.h \
if (sbuf) print "#include \"sbuf/SBuf.h\""
print "#include \"" nspath type ".h\""
- # if namesapce is not empty ??
+ # if namespace is not empty ??
if (namespace) print "namespace " namespace
if (namespace) print "{"
#ifndef SQUID_SRC_SBUF_SBUFSTRING_H_
#define SQUID_SRC_SBUF_SBUFSTRING_H_
-#include "SBuf.h"
+#include "sbuf/SBuf.h"
#include "SquidString.h"
/// create a new SBuf from a String by copying contents
#include "base/CharacterSet.h"
#include "sbuf/SBuf.h"
#include "sbuf/SBufAlgos.h"
-#include "SBufFindTest.h"
+#include "tests/SBufFindTest.h"
#include "sbuf/SBufStream.h"
#include "tests/testSBuf.h"
#include "unitTestMain.h"