mod macros_simple_mod;
#[test]
fn unit_tests_meshedchannels() {
macros_simple_mod::unit_meshedchannels::meshedchannels_fields();
macros_simple_mod::unit_meshedchannels::meshedchannels_methods();
macros_simple_mod::unit_meshedchannels::meshedchannels_self_methods();
}
#[test]
fn macro_basics() {
macros_simple_mod::macro_basics::basic_macros_send();
macros_simple_mod::macro_basics::basic_macros_recv();
macros_simple_mod::macro_choice::run_usecase_right();
macros_simple_mod::macro_choice::run_usecase_left();
}