mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
test: implement a test for the journal logger
This commit is contained in:
parent
0cbd56f0cd
commit
dfb40fb714
3 changed files with 149 additions and 1 deletions
|
|
@ -82,12 +82,13 @@ test('test context',
|
|||
pipewire_module_metadata,
|
||||
pipewire_module_session_manager])
|
||||
)
|
||||
|
||||
test('test support',
|
||||
executable('test-support',
|
||||
'test-support.c',
|
||||
'test-logger.c',
|
||||
include_directories: pwtest_inc,
|
||||
dependencies: [systemd_dep, spa_support_dep],
|
||||
dependencies: [systemd_dep, spa_support_dep, spa_journal_dep],
|
||||
link_with: [pwtest_lib])
|
||||
)
|
||||
test('test spa',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue