/* Copyright (c) 2013, 2015, 2017, 2020-2022, Arvid Norberg Copyright (c) 2020, Paul-Louis Ageneau All rights reserved. You may use, distribute and modify this code under the terms of the BSD license, see LICENSE file. */ #include "test.hpp" #include "disk_io_test.hpp" #include "setup_transfer.hpp" #include "web_seed_suite.hpp" using namespace lt; const int proxy = lt::settings_pack::http; TORRENT_TEST_DISK_IO(url_seed_http) { run_http_suite(proxy, "http", disk_io); } #if TORRENT_USE_SSL TORRENT_TEST_DISK_IO(url_seed_https) { run_http_suite(proxy, "https", disk_io); } #endif