2005-08-11 13:06:52 +02:00
|
|
|
use-project /torrent : .. ;
|
|
|
|
|
2007-05-04 09:45:55 +02:00
|
|
|
exe test_upnp : test_upnp.cpp /torrent : <threading>multi <logging>verbose <define>TORRENT_UPNP_LOGGING ;
|
2007-04-02 07:14:20 +02:00
|
|
|
|
|
|
|
project
|
2005-08-11 13:06:52 +02:00
|
|
|
:
|
|
|
|
requirements <threading>multi
|
|
|
|
<library>/torrent
|
|
|
|
<source>main.cpp
|
2006-05-28 21:03:54 +02:00
|
|
|
<source>setup_transfer.cpp
|
2005-08-15 00:04:58 +02:00
|
|
|
;
|
2005-08-11 13:06:52 +02:00
|
|
|
|
|
|
|
test-suite libtorrent :
|
2005-09-14 21:33:16 +02:00
|
|
|
[ run test_buffer.cpp ]
|
2005-09-11 11:48:05 +02:00
|
|
|
[ run test_storage.cpp ]
|
2005-08-12 14:40:58 +02:00
|
|
|
[ run test_piece_picker.cpp ]
|
2005-08-11 13:06:52 +02:00
|
|
|
# [ run test_entry.cpp ]
|
|
|
|
[ run test_bencoding.cpp ]
|
|
|
|
[ run test_ip_filter.cpp ]
|
|
|
|
[ run test_hasher.cpp ]
|
2006-04-25 23:04:48 +02:00
|
|
|
[ run test_metadata_extension.cpp ]
|
2006-10-04 04:27:32 +02:00
|
|
|
[ run test_allocate_resources.cpp ]
|
2007-02-20 02:42:12 +01:00
|
|
|
[ run test_web_seed.cpp ]
|
2005-08-11 13:06:52 +02:00
|
|
|
;
|
|
|
|
|