thorvg/test/capi/meson.build
Hermet Park 20c68e3b37 test capi: code refactoring.
keep the coding consistency, no logical changes.

Also, renamed tests to avoid conflicts duplicated names.
2021-06-17 14:57:06 +09:00

17 lines
348 B
Meson

test_file = [
'capiInitializer.cpp',
'capiFill.cpp',
'capiLinearGradient.cpp',
'capiMain.cpp',
'capiPaint.cpp',
'capiRadialGradient.cpp',
'capiShape.cpp',
'capiSwCanvas.cpp',
]
tests = executable('capiUnitTests',
test_file,
include_directories : headers,
link_with : thorvg_lib)
test('Capi Unit Tests', tests)