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