blob: a2bbab44d42e68fad870435162acc59aa66ff8a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#[path = "../common/config_stub.rs"]
mod config_stub;
#[path = "../common/http_downloader_mock.rs"]
mod http_downloader_mock;
#[path = "../common/io_stub.rs"]
mod io_stub;
mod archive_downloader_test;
mod download_manager_test;
mod file_downloader_test;
mod fossil_downloader_test;
mod git_downloader_test;
mod hg_downloader_test;
mod perforce_downloader_test;
mod xz_downloader_test;
mod zip_downloader_test;
|