From 0e566514f39c0268a38190d352123ea9e2dca5e4 Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 15 Sep 2006 21:01:25 +0000 Subject: [PATCH] Dist test headers for make check --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- 2.47.3