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:
@@ -38,7 +38,7 @@ fpt_context_new_with_fake_dev (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)
|
||||
{
|
||||
tctx->device = device;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user