premiere-libtorrent/simulation/Jamfile

49 lines
1.1 KiB
Plaintext
Raw Normal View History

import testing ;
import feature : feature ;
use-project /torrent : .. ;
use-project /libtorrent_test : ../test ;
use-project /libsimulator : libsimulator ;
project
: requirements
<simulator>on
2015-08-09 05:04:49 +02:00
<library>/torrent//torrent/<export-extra>on
<library>/libtorrent_test//libtorrent_test
<source>setup_swarm.cpp
<source>setup_dht.cpp
2015-11-21 08:05:34 +01:00
<source>create_torrent.cpp
<source>utils.cpp
: default-build
<threading>multi
<invariant-checks>full
<debug-iterators>on
<picker-debugging>on
;
2015-08-09 23:54:10 +02:00
alias libtorrent-sims :
[ run test_pause.cpp ]
[ run test_socks5.cpp ]
[ run test_checking.cpp ]
[ run test_optimistic_unchoke.cpp ]
[ run test_transfer.cpp ]
[ run test_http_connection.cpp ]
[ run test_auto_manage.cpp ]
[ run test_torrent_status.cpp ]
[ run test_swarm.cpp ]
[ run test_super_seeding.cpp ]
[ run test_utp.cpp ]
2015-08-17 15:01:43 +02:00
[ run test_dht.cpp ]
[ run test_dht_storage.cpp ]
[ run test_pe_crypto.cpp ]
[ run test_metadata_extension.cpp ]
[ run test_trackers_extension.cpp ]
2015-09-10 05:57:14 +02:00
[ run test_tracker.cpp ]
2016-06-16 02:49:28 +02:00
[ run test_thread_pool.cpp ]
2015-11-21 08:05:34 +01:00
[ run test_ip_filter.cpp ]
[ run test_dht_rate_limit.cpp ]
[ run test_fast_extensions.cpp ]
;