tests: add c++ include test

This commit is contained in:
Wim Taymans 2019-01-08 13:00:24 +01:00
parent b497ae9792
commit 2c571cddf5
3 changed files with 68 additions and 0 deletions

6
src/tests/meson.build Normal file
View 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