From: hno <> Date: Fri, 15 Sep 2006 21:01:25 +0000 (+0000) Subject: Dist test headers for make check X-Git-Tag: SQUID_3_0_PRE5~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e566514f39c0268a38190d352123ea9e2dca5e4;p=thirdparty%2Fsquid.git Dist test headers for make check --- diff --git a/src/Makefile.am b/src/Makefile.am index 6d65746a2a..b8a1d355c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.170 2006/09/15 14:26:38 hno Exp $ +# $Id: Makefile.am,v 1.171 2006/09/15 15:01:25 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1403,6 +1403,7 @@ tests_testEvent_SOURCES = \ mem.cc \ RemovalPolicy.cc \ String.cc \ + tests/CapturingStoreEntry.h \ tests/testEvent.cc \ tests/testEvent.h \ tests/testMain.cc \ @@ -1884,7 +1885,9 @@ tests_testHttpRequest_SOURCES = \ HttpRequestMethod.cc \ mem.cc \ String.cc \ + tests/testHttpRequest.h \ tests/testHttpRequest.cc \ + tests/testHttpRequestMethod.h \ tests/testHttpRequestMethod.cc \ tests/testMain.cc \ time.cc \ @@ -2078,6 +2081,7 @@ tests_testStore_SOURCES= \ tests/stub_MemObject.cc \ tests/testStore.cc \ tests/testStore.h \ + tests/CapturingStoreEntry.h \ tests/testStoreEntryStream.cc \ tests/testStoreEntryStream.h \ tests/testStoreController.cc \