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:
parent
324258bc8c
commit
f31b8483d4
2 changed files with 1414 additions and 1 deletions
|
@ -56,7 +56,9 @@ test_utils = static_library('fprint-test-utils',
|
||||||
dependencies: libfprint_private_dep,
|
dependencies: libfprint_private_dep,
|
||||||
install: false)
|
install: false)
|
||||||
|
|
||||||
unit_tests = []
|
unit_tests = [
|
||||||
|
'fpi-device',
|
||||||
|
]
|
||||||
|
|
||||||
if 'virtual_image' in drivers
|
if 'virtual_image' in drivers
|
||||||
unit_tests += [
|
unit_tests += [
|
||||||
|
|
1411
tests/test-fpi-device.c
Normal file
1411
tests/test-fpi-device.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue