emtest: Drop tests
This commit is contained in:
parent
4436dc9553
commit
085786623c
@ -43,37 +43,4 @@ fn list_files(p: &str) -> Vec<String> {
|
||||
ret.push(ap);
|
||||
}
|
||||
ret
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_roi() {
|
||||
let files = list_files("../dataset/roi");
|
||||
println!("roi test with {} files", files.len());
|
||||
for i in &files {
|
||||
if i.ends_with(".roi.jpg") {
|
||||
continue;
|
||||
}
|
||||
do_qrtool_test("roi", i).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_angle() {
|
||||
let files = list_files("../dataset/angle");
|
||||
println!("angle test with {} files", files.len());
|
||||
for i in &files {
|
||||
do_qrtool_test("angle", i).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_topleft() {
|
||||
let files = list_files("../dataset/topleft");
|
||||
println!("topleft test with {} files", files.len());
|
||||
for i in &files {
|
||||
if i.ends_with(".topleft.jpg") {
|
||||
continue;
|
||||
}
|
||||
do_qrtool_test("topleft", i).unwrap();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user