2005-08-11 13:06:52 +02:00
|
|
|
use-project /torrent : .. ;
|
|
|
|
|
2007-07-06 22:17:36 +02:00
|
|
|
lib test_common
|
|
|
|
:
|
|
|
|
setup_transfer.cpp
|
|
|
|
:
|
2009-04-10 10:40:13 +02:00
|
|
|
<library>/torrent//torrent
|
2007-10-08 05:44:00 +02:00
|
|
|
<threading>multi
|
2007-07-06 22:17:36 +02:00
|
|
|
:
|
2007-06-13 03:48:24 +02:00
|
|
|
<threading>multi
|
2007-07-06 22:17:36 +02:00
|
|
|
;
|
|
|
|
|
2009-04-10 10:40:13 +02:00
|
|
|
exe test_natpmp : test_natpmp.cpp /torrent//torrent
|
2009-11-29 08:06:38 +01:00
|
|
|
: <threading>multi <debug-iterators>on <invariant-checks>full ;
|
2009-04-10 10:40:13 +02:00
|
|
|
|
2009-05-21 21:20:24 +02:00
|
|
|
explicit test_natpmp ;
|
|
|
|
|
2007-07-06 22:17:36 +02:00
|
|
|
project
|
|
|
|
: requirements
|
|
|
|
<library>test_common
|
2009-04-10 10:40:13 +02:00
|
|
|
<library>/torrent//torrent
|
|
|
|
<source>main.cpp
|
2008-03-23 06:33:47 +01:00
|
|
|
: default-build
|
|
|
|
<threading>multi
|
2008-07-30 08:40:06 +02:00
|
|
|
<invariant-checks>full
|
2008-09-15 17:09:20 +02:00
|
|
|
<debug-iterators>on
|
2005-08-15 00:04:58 +02:00
|
|
|
;
|
2005-08-11 13:06:52 +02:00
|
|
|
|
2009-04-10 10:40:13 +02:00
|
|
|
test-suite libtorrent :
|
2009-04-26 02:32:19 +02:00
|
|
|
[ run test_bandwidth_limiter.cpp ]
|
2005-09-14 21:33:16 +02:00
|
|
|
[ run test_buffer.cpp ]
|
2005-08-12 14:40:58 +02:00
|
|
|
[ run test_piece_picker.cpp ]
|
2005-08-11 13:06:52 +02:00
|
|
|
[ run test_bencoding.cpp ]
|
2009-04-26 02:32:19 +02:00
|
|
|
[ run test_fast_extension.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 ]
|
2009-09-27 05:38:41 +02:00
|
|
|
[ run test_dht.cpp ]
|
2009-04-26 02:32:19 +02:00
|
|
|
[ run test_storage.cpp ]
|
2009-06-29 10:09:32 +02:00
|
|
|
[ run test_upnp.cpp ]
|
2009-04-26 02:32:19 +02:00
|
|
|
|
|
|
|
[ run test_web_seed.cpp ]
|
|
|
|
[ run test_bdecode_performance.cpp ]
|
|
|
|
[ run test_pe_crypto.cpp ]
|
|
|
|
|
|
|
|
[ run test_auto_unchoke.cpp ]
|
|
|
|
[ run test_http_connection.cpp ]
|
|
|
|
[ run test_torrent.cpp ]
|
|
|
|
[ run test_transfer.cpp ]
|
|
|
|
# [ run test_entry.cpp ]
|
2006-04-25 23:04:48 +02:00
|
|
|
[ run test_metadata_extension.cpp ]
|
2008-11-27 21:51:59 +01:00
|
|
|
[ run test_trackers_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-12-30 10:36:01 +01:00
|
|
|
[ run test_pex.cpp ]
|
2005-08-11 13:06:52 +02:00
|
|
|
;
|
|
|
|
|