~ubuntu-branches/ubuntu/quantal/aria2/quantal

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-11-24 12:26:31 UTC
  • mfrom: (1.6.1 upstream) (2.3.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124122631-upujekj1ek94h3x2
Tags: 1.10.6-1
* New upstream release:
  + Fixed FTBFS on alpha arch (Closes: #590257)
  + Added IPv6 support (Closes: #448390)
* debian/patches/ftbfs_kfreebsd.diff:
  + Dropped, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        UriListParserTest.cc\
23
23
        HttpHeaderProcessorTest.cc\
24
24
        RequestTest.cc\
25
 
        CookieParserTest.cc\
26
25
        HttpRequestTest.cc\
27
26
        RequestGroupManTest.cc\
28
27
        AuthConfigFactoryTest.cc\
48
47
        StringFormatTest.cc\
49
48
        ExceptionTest.cc\
50
49
        DownloadHandlerFactoryTest.cc\
51
 
        ChunkedDecoderTest.cc\
52
50
        SignatureTest.cc\
53
51
        ServerStatManTest.cc\
54
52
        FeedbackURISelectorTest.cc\
72
70
        bitfieldTest.cc\
73
71
        DownloadContextTest.cc\
74
72
        SessionSerializerTest.cc\
75
 
        ValueBaseTest.cc
 
73
        ValueBaseTest.cc\
 
74
        ChunkedDecodingStreamFilterTest.cc\
 
75
        UriTest.cc\
 
76
        MockSegment.h\
 
77
        TripletTest.cc\
 
78
        CookieHelperTest.cc
76
79
 
77
80
if ENABLE_XML_RPC
78
81
aria2c_SOURCES += XmlRpcRequestParserControllerTest.cc\
86
89
 
87
90
if HAVE_LIBZ
88
91
aria2c_SOURCES += GZipDecoderTest.cc\
89
 
        GZipEncoderTest.cc
 
92
        GZipEncoderTest.cc\
 
93
        GZipDecodingStreamFilterTest.cc
90
94
endif # HAVE_LIBZ
91
95
 
92
96
if HAVE_SQLITE3
171
175
        DHTIDCloserTest.cc\
172
176
        DHTRoutingTableSerializerTest.cc\
173
177
        DHTRoutingTableDeserializerTest.cc\
 
178
        DHTTaskExecutorTest.cc\
174
179
        DHKeyExchangeTest.cc\
175
180
        ARC4Test.cc\
176
181
        MSEHandshakeTest.cc\