Browse Source

2010-09-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Added missing MockSegment.h to test/Makefile.am
	* test/Makefile.am
Tatsuhiro Tsujikawa 15 years ago
parent
commit
58ec84b1e7
3 changed files with 12 additions and 5 deletions
  1. 5 0
      ChangeLog
  2. 2 1
      test/Makefile.am
  3. 5 4
      test/Makefile.in

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2010-09-11  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Added missing MockSegment.h to test/Makefile.am
+	* test/Makefile.am
+
 2010-09-11  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Replaced V_TRUE with A2_V_TRUE. Replaced V_FALSE with A2_V_FALSE.

+ 2 - 1
test/Makefile.am

@@ -75,7 +75,8 @@ aria2c_SOURCES = AllTest.cc\
 	ValueBaseTest.cc\
 	ChunkedDecodingStreamFilterTest.cc\
 	GZipDecodingStreamFilterTest.cc\
-	UriTest.cc
+	UriTest.cc\
+	MockSegment.h
 
 if ENABLE_XML_RPC
 aria2c_SOURCES += XmlRpcRequestParserControllerTest.cc\

+ 5 - 4
test/Makefile.in

@@ -214,7 +214,7 @@ am__aria2c_SOURCES_DIST = AllTest.cc TestUtil.cc TestUtil.h \
 	a2algoTest.cc bitfieldTest.cc DownloadContextTest.cc \
 	SessionSerializerTest.cc ValueBaseTest.cc \
 	ChunkedDecodingStreamFilterTest.cc \
-	GZipDecodingStreamFilterTest.cc UriTest.cc \
+	GZipDecodingStreamFilterTest.cc UriTest.cc MockSegment.h \
 	XmlRpcRequestParserControllerTest.cc \
 	XmlRpcRequestProcessorTest.cc XmlRpcMethodTest.cc \
 	FallocFileAllocationIteratorTest.cc GZipDecoderTest.cc \
@@ -646,9 +646,10 @@ aria2c_SOURCES = AllTest.cc TestUtil.cc TestUtil.h SocketCoreTest.cc \
 	a2algoTest.cc bitfieldTest.cc DownloadContextTest.cc \
 	SessionSerializerTest.cc ValueBaseTest.cc \
 	ChunkedDecodingStreamFilterTest.cc \
-	GZipDecodingStreamFilterTest.cc UriTest.cc $(am__append_1) \
-	$(am__append_2) $(am__append_3) $(am__append_4) \
-	$(am__append_5) $(am__append_6) $(am__append_7)
+	GZipDecodingStreamFilterTest.cc UriTest.cc MockSegment.h \
+	$(am__append_1) $(am__append_2) $(am__append_3) \
+	$(am__append_4) $(am__append_5) $(am__append_6) \
+	$(am__append_7)
 
 #aria2c_CXXFLAGS = ${CPPUNIT_CFLAGS} -I../src -I../lib -Wall -D_FILE_OFFSET_BITS=64
 #aria2c_LDFLAGS = ${CPPUNIT_LIBS}