aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer/main.rs
blob: 4b42278031a39e521c76900de982acc08cdfeba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#[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;