blueprint-compiler/tests/meson.build
Benoit Pierre 85630bc975 tests: fix tests when used as subproject
`meson.source_root()` will return the source root of the parent
project, not the current project when it's used as subproject.
2024-07-04 20:10:43 +00:00

1 line
82 B
Meson

test('tests', py, args: ['-m', 'unittest'], workdir: meson.project_source_root())