tests: Add fp-device basic unit tests

Use the virtual image device as base for now, while the new setup allows
to create easily fake device drivers without including the driver in
libfprint itself and test all the fpi_device functionalities.
This commit is contained in:
Marco Trevisan (Treviño)
2019-12-05 17:05:21 +01:00
parent da46f53e82
commit b4c3756ab0
4 changed files with 314 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ if 'virtual_image' in drivers
unit_tests = [
'fp-context',
'fp-device',
]
foreach test_name: unit_tests