mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 19:16:21 +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)
|
||||
"simulated",
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
||||
|
@ -202,7 +203,7 @@ t_builder_legacy_create(void)
|
|||
xb->identifier = "legacy";
|
||||
xb->name = "Legacy probing system";
|
||||
xb->driver_identifiers = driver_list;
|
||||
xb->driver_identifier_count = ARRAY_SIZE(driver_list);
|
||||
xb->driver_identifier_count = ARRAY_SIZE(driver_list) - 1;
|
||||
|
||||
return xb;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue