premiere-libtorrent/simulation/Jamfile

36 lines
793 B
Plaintext
Raw Normal View History

import testing ;
import feature : feature ;
use-project /torrent : .. ;
use-project /libtorrent_test : ../test ;
use-project /libsimulator : libsimulator ;
# TODO: create another library with the libtorrent simulator utilities
project
: requirements
<simulator>on
2015-08-09 05:04:49 +02:00
<library>/torrent//torrent/<export-extra>on
<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 :
[ 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_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 ]
;