thorvg/test/meson.build
2021-06-08 17:20:23 +09:00

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)