premiere-libtorrent/test/Jamfile

55 lines
1.1 KiB
Plaintext
Raw Normal View History

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
exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>static <threading>multi <logging>verbose <upnp-logging>on ;
lib test_common
:
main.cpp
setup_transfer.cpp
:
<link>static
2007-10-08 05:44:00 +02:00
<threading>multi
:
2007-10-08 05:44:00 +02:00
<link>static
<threading>multi
<library>/torrent//torrent
;
project
: requirements
<library>test_common
2008-03-23 06:33:47 +01:00
: default-build
<threading>multi
<invariant-checks>full
;
2005-08-11 13:06:52 +02:00
2005-08-11 13:06:52 +02:00
test-suite libtorrent :
2008-01-15 09:37:48 +01:00
[ run test_auto_unchoke.cpp ]
[ run test_http_connection.cpp ]
[ run test_buffer.cpp ]
[ run test_storage.cpp ]
[ run test_torrent.cpp ]
[ run test_transfer.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_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 ]
2008-04-11 05:41:09 +02:00
[ run test_bdecode_performance.cpp ]
[ run test_primitives.cpp ]
2005-08-11 13:06:52 +02:00
[ run test_ip_filter.cpp ]
[ run test_hasher.cpp ]
[ run test_metadata_extension.cpp ]
[ run test_swarm.cpp ]
2007-10-01 04:09:12 +02:00
[ run test_lsd.cpp ]
[ run test_pex.cpp ]
[ run test_web_seed.cpp ]
[ run test_bandwidth_limiter.cpp ]
2005-08-11 13:06:52 +02:00
;