aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer/main.rs
blob: a5ca671970986d3cdb58afe0fa63fc6911c2178b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[path = "../common/downloader_stub.rs"]
mod downloader_stub;
#[path = "../common/io_mock.rs"]
mod io_mock;
#[path = "../common/test_case.rs"]
mod test_case;

mod binary_installer_test;
mod installation_manager_test;
mod installer_event_test;
mod library_installer_test;
mod metapackage_installer_test;
mod suggested_packages_reporter_test;