mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-29 11:08:40 -05:00
spa: don't run the spa_scnprintf abort test under valgrind
valgrind doesn't know we expect this to fail, so let's not confuse it
This commit is contained in:
parent
10270621c2
commit
f3a98debec
2 changed files with 16 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ foreach a : test_apps
|
|||
test('spa-' + a,
|
||||
executable('spa-' + a, a + '.c',
|
||||
dependencies : [dl_lib, pthread_lib, mathlib ],
|
||||
include_directories : [spa_inc ],
|
||||
include_directories : [spa_inc, includes_inc ],
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install : installed_tests_enabled,
|
||||
install_dir : installed_tests_execdir),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue