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
|
2015-08-09 05:04:49 +02:00
|
|
|
<library>/torrent//torrent/<export-extra>on
|
2015-08-08 03:28:51 +02:00
|
|
|
<library>/libtorrent_test//libtorrent_test
|
|
|
|
<source>swarm_suite.cpp
|
|
|
|
<source>setup_swarm.cpp
|
|
|
|
<source>setup_dht.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 :
|
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-08-08 03:28:51 +02:00
|
|
|
;
|
|
|
|
|