mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
tests: Isolate more the TOD tests so that we build the driver without clashes
This commit is contained in:
@@ -60,7 +60,7 @@ test_context_has_fake_device (void)
|
||||
{
|
||||
FpDevice *device = devices->pdata[i];
|
||||
|
||||
if (g_strcmp0 (fp_device_get_driver (device), "fake_test_dev") == 0)
|
||||
if (g_strcmp0 (fp_device_get_driver (device), "fake_test_dev_tod") == 0)
|
||||
{
|
||||
fake_device = device;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user