premiere-libtorrent/test/Jamfile

28 lines
615 B
Plaintext
Raw Normal View History

2005-08-11 13:06:52 +02:00
use-project /torrent : .. ;
exe test_upnp : test_upnp.cpp /torrent : <threading>multi <logging>verbose <upnp-logging>on ;
2007-04-02 07:14:20 +02:00
project
2005-08-11 13:06:52 +02:00
:
requirements <threading>multi
<library>/torrent
<source>main.cpp
<source>setup_transfer.cpp
;
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 ]
2006-10-04 04:27:32 +02:00
[ run test_allocate_resources.cpp ]
[ run test_web_seed.cpp ]
2005-08-11 13:06:52 +02:00
;