mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 10:34:18 +00:00
test-fpi-todv1-types: Check missing device class members for 1.94
Not a problem now, as we're still on 1.94, but will be needed to ensure that future versions will be checked.
This commit is contained in:
@@ -193,6 +193,9 @@ test_device_type (void)
|
|||||||
check_struct_member (FpDeviceClass, 1, 94, 0, list);
|
check_struct_member (FpDeviceClass, 1, 94, 0, list);
|
||||||
check_struct_member (FpDeviceClass, 1, 94, 0, delete);
|
check_struct_member (FpDeviceClass, 1, 94, 0, delete);
|
||||||
check_struct_member (FpDeviceClass, 1, 94, 0, cancel);
|
check_struct_member (FpDeviceClass, 1, 94, 0, cancel);
|
||||||
|
check_struct_member (FpDeviceClass, 1, 94, 0, clear_storage);
|
||||||
|
check_struct_member (FpDeviceClass, 1, 94, 0, suspend);
|
||||||
|
check_struct_member (FpDeviceClass, 1, 94, 0, resume);
|
||||||
|
|
||||||
check_struct_member (FpDeviceClass, 1, 94, 0, id);
|
check_struct_member (FpDeviceClass, 1, 94, 0, id);
|
||||||
check_struct_member (FpDeviceClass, 1, 94, 0, full_name);
|
check_struct_member (FpDeviceClass, 1, 94, 0, full_name);
|
||||||
@@ -203,6 +206,9 @@ test_device_type (void)
|
|||||||
check_struct_member (FpDeviceClass, 1, 94, 0, scan_type);
|
check_struct_member (FpDeviceClass, 1, 94, 0, scan_type);
|
||||||
|
|
||||||
check_struct_member (FpDeviceClass, 1, 94, 0, features);
|
check_struct_member (FpDeviceClass, 1, 94, 0, features);
|
||||||
|
|
||||||
|
check_struct_member (FpDeviceClass, 1, 94, 0, temp_hot_seconds);
|
||||||
|
check_struct_member (FpDeviceClass, 1, 94, 0, temp_cold_seconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user