mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
t/legacy: Ensure all legacy drivers can be disabled [NFC]
This commit is contained in:
parent
1ad168cfc5
commit
2f4a926184
|
@ -83,6 +83,7 @@ static const char *driver_list[] = {
|
||||||
#if defined(XRT_BUILD_DRIVER_SIMULATED)
|
#if defined(XRT_BUILD_DRIVER_SIMULATED)
|
||||||
"simulated",
|
"simulated",
|
||||||
#endif
|
#endif
|
||||||
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -202,7 +203,7 @@ t_builder_legacy_create(void)
|
||||||
xb->identifier = "legacy";
|
xb->identifier = "legacy";
|
||||||
xb->name = "Legacy probing system";
|
xb->name = "Legacy probing system";
|
||||||
xb->driver_identifiers = driver_list;
|
xb->driver_identifiers = driver_list;
|
||||||
xb->driver_identifier_count = ARRAY_SIZE(driver_list);
|
xb->driver_identifier_count = ARRAY_SIZE(driver_list) - 1;
|
||||||
|
|
||||||
return xb;
|
return xb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue