test: convert two spa tests to pwtest

This commit is contained in:
Peter Hutterer 2021-06-03 11:35:26 +10:00
parent 493f0724b5
commit 7909c99ead
4 changed files with 124 additions and 93 deletions

View file

@ -51,3 +51,11 @@ test('test lib',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test spa',
executable('test-spa',
'test-spa-buffer.c',
'test-spa-json.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)