build: Don't add the utils tests under the daemon suite

This commit is contained in:
Marco Trevisan (Treviño)
2020-04-03 04:49:47 +02:00
parent c85ca09e35
commit 3419901f65

View File

@ -38,7 +38,7 @@ foreach t: tests
fprintd, fprintd,
fprintd_utils, fprintd_utils,
], ],
'suite': ['daemon'], 'suite': [t == 'fprintd' ? 'daemon' : ''],
} }
] ]
endforeach endforeach