aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer/main.rs
blob: b36411081acb84f89b16d0d55331048bf950ff3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[path = "../common/async_runtime.rs"]
mod async_runtime;
#[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;