mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-09 04:40:06 +00:00
build/tests: Add ability to define more per-test meson parameters
This commit is contained in:
+6
-1
@@ -208,8 +208,13 @@ if get_option('introspection')
|
||||
meson.current_source_dir() / driver_test,
|
||||
],
|
||||
env: driver_envs,
|
||||
suite: ['drivers'],
|
||||
is_parallel: args.get('is_parallel', true),
|
||||
priority: args.get('priority', 0),
|
||||
protocol: args.get('protocol', 'exitcode'),
|
||||
should_fail: args.get('should_fail', false),
|
||||
suite: ['drivers'] + args.get('suite', []),
|
||||
timeout: args.get('timeout', 15),
|
||||
verbose: args.get('verbose', false),
|
||||
depends: [
|
||||
libfprint_typelib,
|
||||
test_emulation_lib,
|
||||
|
||||
Reference in New Issue
Block a user