1use diem_types::term_state::lock_status::tests::run_all; 2 3fn main() { 4 run_all(); 5 println!("All test passed"); 6}