mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
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.
This commit is contained in:
parent
e44494e6e2
commit
85630bc975
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
test('tests', py, args: ['-m', 'unittest'], workdir: meson.source_root())
|
||||
test('tests', py, args: ['-m', 'unittest'], workdir: meson.project_source_root())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue