spa: tests: add automated unit test for spa_dict

This commit is contained in:
George Kiagiadakis 2018-10-30 20:04:05 +02:00 committed by Wim Taymans
parent 10531d99eb
commit cef55ea47d
3 changed files with 54 additions and 0 deletions

View 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)