mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 22:23:27 +00:00
12 lines
228 B
Meson
12 lines
228 B
Meson
test_file = [
|
|
'testMain.cpp',
|
|
'testInitializer.cpp',
|
|
'testSwCanvas.cpp',
|
|
]
|
|
|
|
tests = executable('tvgUnitTests',
|
|
test_file,
|
|
include_directories : headers,
|
|
link_with : thorvg_lib)
|
|
|
|
test('Unit Tests', tests)
|