import testing ; import feature : feature ; use-project /torrent : .. ; use-project /libtorrent_test : ../test ; use-project /libsimulator : libsimulator ; project : requirements on on /torrent//torrent /libtorrent_test//libtorrent_test setup_swarm.cpp setup_dht.cpp create_torrent.cpp utils.cpp msvc:/wd4275 msvc:/wd4005 msvc:/wd4268 : default-build multi full on on ; 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_web_seed.cpp ; run test_auto_manage.cpp ; run test_torrent_status.cpp ; run test_swarm.cpp ; run test_session.cpp ; run test_super_seeding.cpp ; run test_utp.cpp ; run test_dht.cpp ; run test_dht_bootstrap.cpp ; run test_dht_storage.cpp ; run test_pe_crypto.cpp ; run test_metadata_extension.cpp ; run test_tracker.cpp ; run test_thread_pool.cpp ; run test_ip_filter.cpp ; run test_dht_rate_limit.cpp ; run test_fast_extensions.cpp ; run test_file_pool.cpp ; run test_save_resume.cpp ; run test_error_handling.cpp ;