tests: Add fpi device tests

Verify drivers operations simulating a fake driver to check that the lib
interaction is correct.
This commit is contained in:
Marco Trevisan (Treviño) 2019-12-06 17:21:38 +01:00
parent 324258bc8c
commit f31b8483d4
2 changed files with 1414 additions and 1 deletions

View file

@ -56,7 +56,9 @@ test_utils = static_library('fprint-test-utils',
dependencies: libfprint_private_dep,
install: false)
unit_tests = []
unit_tests = [
'fpi-device',
]
if 'virtual_image' in drivers
unit_tests += [

1411
tests/test-fpi-device.c Normal file

File diff suppressed because it is too large Load diff