gstreamer-gl: Add missing Gir.toml checks

This commit is contained in:
Sebastian Dröge 2022-01-14 16:59:48 +02:00
parent 711a4bb76e
commit 5151b76729
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// Take a look at the license at the top of the repository in the LICENSE file.
#[test]
fn check_gir_file() {
let res = gir_format_check::check_gir_file("Gir.toml");
println!("{}", res);
assert_eq!(res.nb_errors, 0);
}

View file

@ -0,0 +1,8 @@
// Take a look at the license at the top of the repository in the LICENSE file.
#[test]
fn check_gir_file() {
let res = gir_format_check::check_gir_file("Gir.toml");
println!("{}", res);
assert_eq!(res.nb_errors, 0);
}

View file

@ -0,0 +1,8 @@
// Take a look at the license at the top of the repository in the LICENSE file.
#[test]
fn check_gir_file() {
let res = gir_format_check::check_gir_file("Gir.toml");
println!("{}", res);
assert_eq!(res.nb_errors, 0);
}