mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
test: add c++ test
This commit is contained in:
parent
d12148cfba
commit
3e77e9bf99
3 changed files with 89 additions and 1 deletions
|
|
@ -6,5 +6,11 @@ test_utils = executable('test-utils', 'test-utils.c',
|
|||
include_directories : [spa_inc ],
|
||||
dependencies : [],
|
||||
install : false)
|
||||
test_cpp = executable('test-cpp', 'test-cpp.cpp',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [],
|
||||
install : false)
|
||||
|
||||
test('test-buffer', test_buffer)
|
||||
test('test-utils', test_utils)
|
||||
test('test-cpp', test_cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue