mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -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
Reference in New Issue
Block a user