aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/main.rs
blob: 3a66bb75600dcc567196213d957d33c77fad2685 (plain)
1
2
3
4
5
6
7
#[path = "../common/async_runtime.rs"]
mod async_runtime;
#[path = "../common/config_stub.rs"]
mod config_stub;

mod plugin_installer_test;
mod subscriber_test;