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
@@ -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;