pipewire/src/tests/meson.build

12 lines
373 B
Meson
Raw Normal View History

2019-01-08 13:40:41 +01:00
test_array = executable('test-array', 'test-array.c',
dependencies : [pipewire_dep],
install : false)
test('test-array', test_array)
2019-01-08 13:00:24 +01:00
if have_cpp
test_cpp = executable('test-cpp', 'test-cpp.cpp',
dependencies : [pipewire_dep],
install : false)
test('test-cpp', test_cpp)
endif