split up piece picker test (#988)

This commit is contained in:
Arvid Norberg 2016-08-06 13:49:23 -04:00 committed by GitHub
parent 71f5510d62
commit f144b64211
2 changed files with 330 additions and 322 deletions

View File

@ -124,7 +124,6 @@ test-suite libtorrent :
test_tailqueue.cpp
test_bandwidth_limiter.cpp
test_buffer.cpp
test_piece_picker.cpp
test_bencoding.cpp
test_bdecode.cpp
test_http_parser.cpp
@ -141,6 +140,8 @@ test-suite libtorrent :
test_linked_list.cpp
test_file_progress.cpp ]
[ run test_piece_picker.cpp ]
[ run test_dht.cpp
test_dht_storage.cpp
test_direct_dht.cpp
@ -223,6 +224,7 @@ alias win-tests :
test_resume
test_tracker
test_checking
test_piece_picker
;
explicit win-tests ;

File diff suppressed because it is too large Load Diff