mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
spa: tests: add automated unit test for spa_dict
This commit is contained in:
parent
10531d99eb
commit
cef55ea47d
3 changed files with 54 additions and 0 deletions
5
spa/tests/auto/meson.build
Normal file
5
spa/tests/auto/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
test_utils = executable('test-utils', 'test-utils.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [],
|
||||
install : false)
|
||||
test('test-utils', test_utils)
|
||||
Loading…
Add table
Add a link
Reference in a new issue