shithub: openh264

ref: d14e714d9ddad7f6b34d3c8c2a065c49f7b3cf8d
dir: /test/common/meson.build/

View raw version
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)