use adder_rmt; mod common; #[test] fn it_adds_two_int() { common::setup(); assert_eq!(4, adder_rmt::add_two(2)); }