add more tests

This commit is contained in:
Wim Taymans 2019-01-07 18:00:23 +01:00
parent 5b7ddb0105
commit 19e4b04939
5 changed files with 137 additions and 0 deletions

View file

@ -1,5 +1,10 @@
test_buffer = executable('test-buffer', 'test-buffer.c',
include_directories : [spa_inc ],
dependencies : [],
install : false)
test_utils = executable('test-utils', 'test-utils.c',
include_directories : [spa_inc ],
dependencies : [],
install : false)
test('test-buffer', test_buffer)
test('test-utils', test_utils)