mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 10:29:47 +00:00
trivial: Fix tests to include 'emulated'
This commit is contained in:
parent
575871f505
commit
ddd5140832
@ -157,7 +157,7 @@ fwupd_enums_func(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* bitfield */
|
/* bitfield */
|
||||||
for (guint64 i = 1; i <= FWUPD_DEVICE_FLAG_UNSIGNED_PAYLOAD; i *= 2) {
|
for (guint64 i = 1; i <= FWUPD_DEVICE_FLAG_EMULATED; i *= 2) {
|
||||||
const gchar *tmp = fwupd_device_flag_to_string(i);
|
const gchar *tmp = fwupd_device_flag_to_string(i);
|
||||||
if (tmp == NULL)
|
if (tmp == NULL)
|
||||||
g_warning("missing device flag 0x%x", (guint)i);
|
g_warning("missing device flag 0x%x", (guint)i);
|
||||||
|
Loading…
Reference in New Issue
Block a user