sdcp-device: Use a key DB for testing

This commit is contained in:
Benjamin Berg
2020-11-03 18:12:33 +01:00
committed by Joshua Grisham
parent 3c1c9acd71
commit c74a0d4592
6 changed files with 92 additions and 65 deletions

View File

@@ -134,6 +134,7 @@ if get_option('introspection')
suite: ut_suite,
depends: libfprint_typelib,
env: envs,
workdir: meson.current_source_dir(),
)
endforeach
@@ -184,6 +185,7 @@ if get_option('introspection')
meson.current_source_dir() / driver_test,
],
env: driver_envs,
workdir: meson.current_source_dir(),
suite: ['drivers'],
timeout: 15,
depends: libfprint_typelib,