aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/event_dispatcher/main.rs
blob: eac717d736cd5f927663f18d5fdb9cda2e9a6f7f (plain)
1
2
3
4
5
6
#[path = "../common/io_stub.rs"]
mod io_stub;
#[path = "../common/process_executor_mock.rs"]
mod process_executor_mock;

mod event_dispatcher_test;