test: add test for the loop

This commit is contained in:
Wim Taymans 2022-02-08 11:08:16 +01:00
parent c474846c42
commit 5ac5ebfe19
2 changed files with 112 additions and 0 deletions

View file

@ -75,6 +75,14 @@ test('test-client',
link_with: pwtest_lib)
)
test('test-loop',
executable('test-loop',
'test-loop.c',
include_directories: pwtest_inc,
dependencies: [ spa_dep ],
link_with: pwtest_lib)
)
test('test-context',
executable('test-context',
'test-context.c',