test: add some map tests

This commit is contained in:
Peter Hutterer 2021-10-07 13:37:45 +10:00
parent 492abccfe6
commit 5b9447c2a4
2 changed files with 166 additions and 0 deletions

View file

@ -51,6 +51,7 @@ test('test pipewire utils',
executable('test-pw-utils',
'test-properties.c',
'test-array.c',
'test-map.c',
'test-utils.c',
include_directories: pwtest_inc,
link_with: pwtest_lib)