test: move the context tests to here

This commit is contained in:
Peter Hutterer 2021-06-04 11:15:04 +10:00
parent 53215a66b9
commit dcfd6745d0
3 changed files with 71 additions and 49 deletions

View file

@ -51,7 +51,12 @@ test('test lib',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test context',
executable('test-context',
'test-context.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)
)
test('test spa',
executable('test-spa',
'test-spa-buffer.c',