1test_sources = [ 2 'CWelsListTest.cpp', 3 'ExpandPicture.cpp', 4 'WelsThreadPoolTest.cpp', 5 'WelsTaskListTest.cpp' 6] 7 8e = executable('test_common', test_sources, 9 dependencies : gtest_main_dep, 10 include_directories: [inc, test_inc], 11 link_with: [libcommon]) 12 13test('common', e) 14