mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
15 lines
290 B
Meson
15 lines
290 B
Meson
test_file = [
|
|
'capiInitializer.cpp',
|
|
'capiFill.cpp',
|
|
'capiMain.cpp',
|
|
'capiPaint.cpp',
|
|
'capiShape.cpp',
|
|
'capiSwCanvas.cpp',
|
|
]
|
|
|
|
tests = executable('capiUnitTests',
|
|
test_file,
|
|
include_directories : headers,
|
|
link_with : thorvg_lib)
|
|
|
|
test('Capi Unit Tests', tests)
|