mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
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:
parent
0f5e462909
commit
1bd43e8282
2 changed files with 9 additions and 0 deletions
|
|
@ -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 : [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue