~ubuntu-branches/ubuntu/wily/aria2/wily-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-05-06 15:03:54 UTC
  • mfrom: (2.5.18 sid)
  • Revision ID: package-import@ubuntu.com-20130506150354-jt3mjk1q1ukmn0go
Tags: 1.17.0-1
* New upstream release.
* debian/control:
  + Set priority to optional from extra (Closes: #697659).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
check_PROGRAMS = $(TESTS)
4
4
aria2c_SOURCES = AllTest.cc\
5
5
        TestUtil.cc TestUtil.h\
6
 
        GZipDecoder.cc GZipDecoder.h\
7
6
        SocketCoreTest.cc\
8
7
        array_funTest.cc\
9
8
        Base64Test.cc\
100
99
endif  # HAVE_SOME_FALLOCATE
101
100
 
102
101
if HAVE_ZLIB
103
 
aria2c_SOURCES += GZipDecoderTest.cc\
104
 
        GZipEncoderTest.cc\
105
 
        GZipDecodingStreamFilterTest.cc
 
102
aria2c_SOURCES += \
 
103
        GZipDecoder.cc GZipDecoder.h\
 
104
        GZipDecoderTest.cc GZipEncoderTest.cc\
 
105
        GZipDecodingStreamFilterTest.cc\
 
106
        GZipFileTest.cc
106
107
endif # HAVE_ZLIB
107
108
 
108
109
if HAVE_SQLITE3
214
215
        Bencode2Test.cc\
215
216
        PeerConnectionTest.cc\
216
217
        ValueBaseBencodeParserTest.cc\
217
 
        ExtensionMessageRegistryTest.cc
 
218
        ExtensionMessageRegistryTest.cc\
 
219
        UDPTrackerClientTest.cc
218
220
endif # ENABLE_BITTORRENT
219
221
 
220
222
if ENABLE_METALINK
254
256
        file2r.txt\
255
257
        file3r.txt\
256
258
        filelist1.txt\
 
259
        filelist2.txt\
257
260
        gzip_decode_test.gz\
258
261
        load-nonBt.aria2\
259
262
        load-nonBt-v0001.aria2\
279
282
        base_uri.xml
280
283
 
281
284
clean-local:
282
 
        -rm -rf ${a2_test_outdir}
 
 
b'\\ No newline at end of file'
 
285
        -rm -rf ${a2_test_outdir}