mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
tests: fix indentation issues in meson.build
This commit is contained in:
parent
731888fcdd
commit
0f5e462909
1 changed files with 30 additions and 30 deletions
|
|
@ -33,13 +33,13 @@ endforeach
|
||||||
|
|
||||||
|
|
||||||
if have_cpp
|
if have_cpp
|
||||||
test_cpp = executable('pw-test-cpp', 'test-cpp.cpp',
|
test_cpp = executable('pw-test-cpp', 'test-cpp.cpp',
|
||||||
dependencies : [pipewire_dep],
|
dependencies : [pipewire_dep],
|
||||||
install : installed_tests_enabled,
|
install : installed_tests_enabled,
|
||||||
install_dir : installed_tests_execdir)
|
install_dir : installed_tests_execdir)
|
||||||
test('pw-test-cpp', test_cpp)
|
test('pw-test-cpp', test_cpp)
|
||||||
|
|
||||||
if installed_tests_enabled
|
if installed_tests_enabled
|
||||||
test_conf = configuration_data()
|
test_conf = configuration_data()
|
||||||
test_conf.set('exec', installed_tests_execdir / 'pw-test-cpp')
|
test_conf.set('exec', installed_tests_execdir / 'pw-test-cpp')
|
||||||
configure_file(
|
configure_file(
|
||||||
|
|
@ -48,5 +48,5 @@ if installed_tests_enabled
|
||||||
install_dir: installed_tests_metadir,
|
install_dir: installed_tests_metadir,
|
||||||
configuration: test_conf
|
configuration: test_conf
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue