2015-08-08 03:28:51 +02:00
|
|
|
import testing ;
|
|
|
|
import feature : feature ;
|
|
|
|
|
|
|
|
use-project /torrent : .. ;
|
|
|
|
use-project /libtorrent_test : ../test ;
|
|
|
|
|
|
|
|
use-project /libsimulator : libsimulator ;
|
|
|
|
|
2015-08-10 12:57:51 +02:00
|
|
|
# TODO: create another library with the libtorrent simulator utilities
|
2015-08-08 03:28:51 +02:00
|
|
|
project
|
|
|
|
: requirements
|
|
|
|
<simulator>on
|
2016-07-05 17:25:31 +02:00
|
|
|
<export-extra>on
|
|
|
|
<library>/torrent//torrent
|
2015-08-08 03:28:51 +02:00
|
|
|
<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
|
2016-03-07 03:42:18 +01:00
|
|
|
<source>utils.cpp
|
2015-08-08 03:28:51 +02:00
|
|
|
: default-build
|
|
|
|
<threading>multi
|
|
|
|
<invariant-checks>full
|
|
|
|
<debug-iterators>on
|
|
|
|
<picker-debugging>on
|
|
|
|
;
|
|
|
|
|
2015-08-09 23:54:10 +02:00
|
|
|
alias libtorrent-sims :
|
2016-05-05 23:09:11 +02:00
|
|
|
[ run test_socks5.cpp ]
|
2016-03-07 03:42:18 +01:00
|
|
|
[ run test_checking.cpp ]
|
2016-01-31 03:33:47 +01:00
|
|
|
[ run test_optimistic_unchoke.cpp ]
|
2015-11-27 03:18:58 +01:00
|
|
|
[ run test_transfer.cpp ]
|
2015-11-01 18:26:22 +01:00
|
|
|
[ run test_http_connection.cpp ]
|
2016-07-07 08:22:15 +02:00
|
|
|
[ run test_web_seed.cpp ]
|
2015-09-20 03:06:56 +02:00
|
|
|
[ run test_auto_manage.cpp ]
|
2015-09-20 17:59:00 +02:00
|
|
|
[ run test_torrent_status.cpp ]
|
2015-08-08 03:28:51 +02:00
|
|
|
[ run test_swarm.cpp ]
|
2015-08-10 16:18:36 +02:00
|
|
|
[ run test_super_seeding.cpp ]
|
2015-08-08 03:28:51 +02:00
|
|
|
[ run test_utp.cpp ]
|
2015-08-17 15:01:43 +02:00
|
|
|
[ run test_dht.cpp ]
|
2015-09-22 05:49:22 +02:00
|
|
|
[ run test_dht_storage.cpp ]
|
2015-08-10 12:57:51 +02:00
|
|
|
[ run test_pe_crypto.cpp ]
|
2015-08-10 15:17:41 +02:00
|
|
|
[ run test_metadata_extension.cpp ]
|
2015-08-14 05:06:59 +02:00
|
|
|
[ run test_trackers_extension.cpp ]
|
2015-09-10 05:57:14 +02:00
|
|
|
[ run test_tracker.cpp ]
|
2015-11-21 08:05:34 +01:00
|
|
|
[ run test_ip_filter.cpp ]
|
2016-06-09 14:02:41 +02:00
|
|
|
[ run test_fast_extensions.cpp ]
|
2015-08-08 03:28:51 +02:00
|
|
|
;
|
|
|
|
|