mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
t/common: List the simulated device
This commit is contained in:
parent
b72de59c8d
commit
b180605ebe
|
@ -115,8 +115,13 @@ static const char *driver_list[] = {
|
|||
#if defined(XRT_BUILD_DRIVER_HANDTRACKING) && defined(XRT_BUILD_DRIVER_DEPTHAI)
|
||||
"ht",
|
||||
#endif
|
||||
|
||||
#if defined(XRT_BUILD_DRIVER_SIMULATED)
|
||||
"simulated",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* Member functions.
|
||||
|
|
Loading…
Reference in a new issue