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:
Peter Hutterer 2021-06-08 14:33:13 +10:00
parent 10270621c2
commit f3a98debec
2 changed files with 16 additions and 10 deletions

View file

@ -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),