premiere-libtorrent/test/Jamfile

39 lines
720 B
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
lib test_common
:
main.cpp
setup_transfer.cpp
:
<link>static
:
<threading>multi
<library>/torrent//torrent
;
project
: requirements
<library>test_common
;
2005-08-11 13:06:52 +02:00
2005-08-11 13:06:52 +02:00
test-suite libtorrent :
[ run test_buffer.cpp ]
[ 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-06-06 02:41:20 +02:00
[ run test_pe_crypto.cpp ]
2005-08-11 13:06:52 +02:00
[ run test_bencoding.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 ]
[ run test_web_seed.cpp ]
[ run test_bandwidth_limiter.cpp ]
2005-08-11 13:06:52 +02:00
;