1 use-project /torrent : .. ;
3 exe test_upnp : test_upnp.cpp /torrent//torrent
4 : <link>static <threading>multi <logging>verbose <upnp-logging>on ;
6 exe test_natpmp : test_natpmp.cpp /torrent//torrent
7 : <link>static <threading>multi <logging>verbose <upnp-logging>on ;
19 <library>/torrent//torrent
27 <invariant-checks>full
31 test-suite libtorrent :
32 [ run test_auto_unchoke.cpp ]
33 [ run test_http_connection.cpp ]
34 [ run test_buffer.cpp ]
35 [ run test_storage.cpp ]
36 [ run test_torrent.cpp ]
37 [ run test_transfer.cpp ]
38 [ run test_piece_picker.cpp ]
39 # [ run test_entry.cpp ]
40 [ run test_fast_extension.cpp ]
41 [ run test_pe_crypto.cpp ]
42 [ run test_bencoding.cpp ]
43 [ run test_bdecode_performance.cpp ]
44 [ run test_primitives.cpp ]
45 [ run test_ip_filter.cpp ]
46 [ run test_hasher.cpp ]
47 [ run test_metadata_extension.cpp ]
48 [ run test_swarm.cpp ]
51 [ run test_web_seed.cpp ]
52 [ run test_bandwidth_limiter.cpp ]