Skip to content
Snippets Groups Projects
Commit ac53b116 authored by Julian Bouzas's avatar Julian Bouzas
Browse files

test: move wireplumber tests into a 'wp' subfolder

parent 371e4cf9
No related branches found
No related tags found
No related merge requests found
common_deps = [gobject_dep, gio_dep, wp_dep, pipewire_dep]
common_env = [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
]
test(
'test-properties',
executable('test-properties', 'properties.c', dependencies: common_deps),
env: common_env,
)
test(
'test-proxy',
executable('test-proxy', 'proxy.c', dependencies: common_deps),
env: common_env,
)
subdir('wp')
common_deps = [gobject_dep, gio_dep, wp_dep, pipewire_dep]
common_env = [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
]
test(
'test-properties',
executable('test-properties', 'properties.c', dependencies: common_deps),
env: common_env,
)
test(
'test-proxy',
executable('test-proxy', 'proxy.c', dependencies: common_deps),
env: common_env,
)
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment