1
2
3
4
5
6
use diem_types::term_state::lock_status::tests::run_all;

fn main() {
    run_all();
    println!("All test passed");
}