tests: add array test

This commit is contained in:
Wim Taymans 2019-01-08 13:40:41 +01:00
parent e23deae087
commit fb5ae6df43
3 changed files with 107 additions and 2 deletions

View file

@ -1,3 +1,8 @@
test_array = executable('test-array', 'test-array.c',
dependencies : [pipewire_dep],
install : false)
test('test-array', test_array)
if have_cpp
test_cpp = executable('test-cpp', 'test-cpp.cpp',
dependencies : [pipewire_dep],