2005-08-11 11:06:52 +00:00
|
|
|
use-project /torrent : .. ;
|
|
|
|
|
2007-07-06 17:03:10 +00:00
|
|
|
exe test_upnp : test_upnp.cpp /torrent//torrent
|
|
|
|
: <link>static <threading>multi <logging>verbose <upnp-logging>on ;
|
2007-04-02 05:14:20 +00:00
|
|
|
|
2007-07-06 20:17:36 +00:00
|
|
|
lib test_common
|
|
|
|
:
|
|
|
|
main.cpp
|
|
|
|
setup_transfer.cpp
|
|
|
|
:
|
|
|
|
<link>static
|
2007-10-08 03:44:00 +00:00
|
|
|
<threading>multi
|
2007-07-06 20:17:36 +00:00
|
|
|
:
|
2007-10-08 03:44:00 +00:00
|
|
|
<link>static
|
2007-06-13 01:48:24 +00:00
|
|
|
<threading>multi
|
|
|
|
<library>/torrent//torrent
|
2007-07-06 20:17:36 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
project
|
|
|
|
: requirements
|
|
|
|
<library>test_common
|
2005-08-14 22:04:58 +00:00
|
|
|
;
|
2005-08-11 11:06:52 +00:00
|
|
|
|
2007-07-06 20:17:36 +00:00
|
|
|
|
2005-08-11 11:06:52 +00:00
|
|
|
test-suite libtorrent :
|
2007-11-18 04:12:35 +00:00
|
|
|
[ run test_http_connection.cpp ]
|
2005-09-14 19:33:16 +00:00
|
|
|
[ run test_buffer.cpp ]
|
2005-09-11 09:48:05 +00:00
|
|
|
[ run test_storage.cpp ]
|
2005-08-12 12:40:58 +00:00
|
|
|
[ run test_piece_picker.cpp ]
|
2005-08-11 11:06:52 +00:00
|
|
|
# [ run test_entry.cpp ]
|
2007-10-04 09:32:09 +00:00
|
|
|
[ run test_fast_extension.cpp ]
|
2007-06-06 00:41:20 +00:00
|
|
|
[ run test_pe_crypto.cpp ]
|
2005-08-11 11:06:52 +00:00
|
|
|
[ run test_bencoding.cpp ]
|
2007-05-22 20:44:18 +00:00
|
|
|
[ run test_primitives.cpp ]
|
2005-08-11 11:06:52 +00:00
|
|
|
[ run test_ip_filter.cpp ]
|
|
|
|
[ run test_hasher.cpp ]
|
2006-04-25 21:04:48 +00:00
|
|
|
[ run test_metadata_extension.cpp ]
|
2007-06-08 23:02:31 +00:00
|
|
|
[ run test_swarm.cpp ]
|
2007-10-01 02:09:12 +00:00
|
|
|
[ run test_lsd.cpp ]
|
2007-02-20 01:42:12 +00:00
|
|
|
[ run test_web_seed.cpp ]
|
2007-07-02 23:48:06 +00:00
|
|
|
[ run test_bandwidth_limiter.cpp ]
|
2005-08-11 11:06:52 +00:00
|
|
|
;
|
|
|
|
|