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 on /torrent//torrent/on /libtorrent_test//libtorrent_test swarm_suite.cpp setup_swarm.cpp setup_dht.cpp : default-build multi full on on ; alias libtorrent-sims : [ run test_swarm.cpp ] [ run test_super_seeding.cpp ] [ run test_utp.cpp ] [ run test_dht.cpp ] [ run test_pe_crypto.cpp ] [ run test_metadata_extension.cpp ] [ run test_trackers_extension.cpp ] ;