test: add a test for the logger truncation

See c851349f17
This commit is contained in:
Peter Hutterer 2021-06-04 16:07:01 +10:00
parent dcfd6745d0
commit 518ffde9ec
3 changed files with 178 additions and 0 deletions

View file

@ -57,6 +57,13 @@ test('test context',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test support',
executable('test-support',
'test-support.c',
'test-logger.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test spa',
executable('test-spa',
'test-spa-buffer.c',