mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
tests: add c++ include test
This commit is contained in:
parent
b497ae9792
commit
2c571cddf5
3 changed files with 68 additions and 0 deletions
6
src/tests/meson.build
Normal file
6
src/tests/meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if have_cpp
|
||||
test_cpp = executable('test-cpp', 'test-cpp.cpp',
|
||||
dependencies : [pipewire_dep],
|
||||
install : false)
|
||||
test('test-cpp', test_cpp)
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue