1test_sources = [ 2 'ProcessUT_AdaptiveQuantization.cpp', 3 'ProcessUT_DownSample.cpp', 4 'ProcessUT_ScrollDetection.cpp', 5 'ProcessUT_VaaCalc.cpp', 6] 7 8e = executable('test_processing', test_sources + test_data_generator_sources, 9 dependencies : gtest_main_dep, 10 include_directories: [inc, test_inc, processing_inc], 11 link_with: [libcommon, libprocessing]) 12 13test('processing', e) 14