tests: Isolate more the TOD tests so that we build the driver without clashes

This commit is contained in:
Marco Trevisan (Treviño)
2020-12-03 04:34:17 +01:00
parent d83453de02
commit 9cbb3e5f55
5 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -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;