From: hno <> Date: Thu, 1 Nov 2007 07:10:45 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_STABLE1~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9c9a446591f55966de78449a5f065a636d9e313;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index b92dfbcc89..a9f541aff6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.440 2007/10/14 00:11:20 hno Exp $ +# $Id: Makefile.in,v 1.441 2007/11/01 01:10:45 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -2643,6 +2643,22 @@ TESTSOURCES = \ ../test-suite/test_tools.cc \ globals.cc + +### Template for new Unit Test Program +#tests_testX_SOURCES=\ +# tests/testX.h \ +# tests/testX.cc \ +# tests/testMain.cc \ +# X.h \ +# X.cc \ +# $(TESTSOURCES) +#tests_testX_LDFLAGS = $(LIBADD_DL) +#tests_testX_LDADD=\ +# @SQUID_CPPUNIT_LIBS@ \ +# @SQUID_CPPUNIT_LA@ \ +# -L../lib -lmiscutil +#tests_testX_DEPENDENCIES= @SQUID_CPPUNIT_LA@ \ +# $(top_builddir)/lib/libmiscutil.a tests_testAuth_SOURCES = tests/testAuth.cc tests/testMain.cc tests/testAuth.h $(TESTSOURCES) \ authenticate.cc \ ConfigParser.cc \