mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Ignore testing external tools with valgrind
This commit is contained in:
committed by
Marco Trevisan
parent
e9dbfbec39
commit
7208b29756
@@ -329,6 +329,7 @@ envs.set('G_MESSAGES_DEBUG', '')
|
|||||||
test('udev-hwdb',
|
test('udev-hwdb',
|
||||||
find_program('test-generated-hwdb.sh'),
|
find_program('test-generated-hwdb.sh'),
|
||||||
depends: udev_hwdb,
|
depends: udev_hwdb,
|
||||||
|
suite: ['data', 'no-valgrind'],
|
||||||
env: envs)
|
env: envs)
|
||||||
|
|
||||||
appstreamcli = find_program('appstreamcli', required: false)
|
appstreamcli = find_program('appstreamcli', required: false)
|
||||||
@@ -337,6 +338,7 @@ if appstreamcli.found()
|
|||||||
appstreamcli,
|
appstreamcli,
|
||||||
args: ['validate', metainfo_generator],
|
args: ['validate', metainfo_generator],
|
||||||
depends: metainfo_generator,
|
depends: metainfo_generator,
|
||||||
|
suite: ['data', 'no-valgrind'],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@@ -393,6 +395,7 @@ if valgrind.found() and libfprint_sanitizers.length() == 0
|
|||||||
add_test_setup('valgrind',
|
add_test_setup('valgrind',
|
||||||
timeout_multiplier: 20,
|
timeout_multiplier: 20,
|
||||||
exe_wrapper: libfprint_wrapper,
|
exe_wrapper: libfprint_wrapper,
|
||||||
|
exclude_suites: ['no-valgrind'],
|
||||||
env: [
|
env: [
|
||||||
'G_SLICE=always-malloc',
|
'G_SLICE=always-malloc',
|
||||||
'UNDER_VALGRIND=1',
|
'UNDER_VALGRIND=1',
|
||||||
|
|||||||
Reference in New Issue
Block a user