test: implement a test for the journal logger

This commit is contained in:
Peter Hutterer 2021-09-14 14:49:03 +10:00 committed by Wim Taymans
parent 0cbd56f0cd
commit dfb40fb714
3 changed files with 149 additions and 1 deletions

View file

@ -52,4 +52,7 @@ if systemd_dep.found()
dependencies : systemd_dep,
install : true,
install_dir : spa_plugindir / 'support')
spa_journal_dep = declare_dependency(link_with: spa_journal_lib)
else
spa_journal_dep = declare_dependency()
endif