mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
`meson.source_root()` will return the source root of the parent project, not the current project when it's used as subproject.
1 line
82 B
Meson
1 line
82 B
Meson
test('tests', py, args: ['-m', 'unittest'], workdir: meson.project_source_root())
|