mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
meson: Disable alsa-mixer-path-test
This test relies on parsing the generated Makefile. A meson equivalent requires to re-write all the parser. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
b0a4a85db4
commit
b56a381b1b
1 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ static pa_strlist *load_makefile() {
|
|||
}
|
||||
|
||||
START_TEST (mixer_path_test) {
|
||||
#ifdef MESON_BUILD
|
||||
pa_log_info("Test disabled for meson build");
|
||||
return;
|
||||
#else
|
||||
DIR *dir;
|
||||
struct dirent *ent;
|
||||
pa_strlist *ship = load_makefile();
|
||||
|
|
@ -83,6 +87,7 @@ START_TEST (mixer_path_test) {
|
|||
}
|
||||
closedir(dir);
|
||||
pa_strlist_free(ship);
|
||||
#endif
|
||||
}
|
||||
END_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue