mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
test-device-fake: Add fake test driver to verify fpi functions
This commit is contained in:
@@ -50,7 +50,10 @@ endif
|
||||
|
||||
if 'virtual_image' in drivers
|
||||
test_utils = static_library('fprint-test-utils',
|
||||
sources: ['test-utils.c'],
|
||||
sources: [
|
||||
'test-utils.c',
|
||||
'test-device-fake.c',
|
||||
],
|
||||
dependencies: libfprint_private_dep,
|
||||
install: false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user