mirror of
https://github.com/pantor/inja.git
synced 2026-03-12 04:01:23 +00:00
12 lines
260 B
Meson
12 lines
260 B
Meson
unit_test = executable(
|
|
'inja-test',
|
|
'src/unit.cpp',
|
|
'src/unit-files.cpp',
|
|
'src/unit-renderer.cpp',
|
|
'src/unit-string-helper.cpp',
|
|
dependencies: inja_dep,
|
|
include_directories: include_directories('thirdparty')
|
|
)
|
|
|
|
test('Inja unit test', unit_test)
|