ref: cc92c7db21c36e2e3ce9dd62c219f9d2e2a2b9c1
dir: /test/common/meson.build/
test_sources = [
'CWelsListTest.cpp',
'ExpandPicture.cpp',
'WelsThreadPoolTest.cpp',
'WelsTaskListTest.cpp'
]
e = executable('test_common', test_sources,
dependencies : gtest_main_dep,
include_directories: [inc, test_inc],
link_with: [libcommon])
test('common', e)