test: skip the endpoint test under valgrind

This test currently prevents us from running the test suite in valgrind but
it's not a straightforward fix. So in the meantime, skip this test when
running under valgrind.
This commit is contained in:
Peter Hutterer 2021-07-07 12:49:42 +10:00 committed by Wim Taymans
parent 0f5e462909
commit 1bd43e8282
2 changed files with 9 additions and 0 deletions

View file

@ -11,6 +11,7 @@ foreach a : test_apps
test('pw-' + a,
executable('pw-' + a, a + '.c',
dependencies : [pipewire_dep],
include_directories: [includes_inc],
install : installed_tests_enabled,
install_dir : installed_tests_execdir),
env : [