]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 1 Nov 2007 07:10:45 +0000 (07:10 +0000)
committerhno <>
Thu, 1 Nov 2007 07:10:45 +0000 (07:10 +0000)
src/Makefile.in

index b92dfbcc89cdc23c3bfb818161e188dda9e129a6..a9f541aff695a605ed13dd8c9143dd9ff4de343c 100644 (file)
@@ -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 \