mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix tests
This commit is contained in:
parent
c576fdf211
commit
afecd744ca
3 changed files with 3 additions and 2 deletions
1
tests/meson.build
Normal file
1
tests/meson.build
Normal file
|
@ -0,0 +1 @@
|
|||
test('tests', py, args: ['-m', 'unittest'], workdir: meson.source_root())
|
|
@ -52,7 +52,7 @@ class TestParser(unittest.TestCase):
|
|||
}
|
||||
}
|
||||
submenu {}
|
||||
item _("Copy") copy-symbolic app.copy;
|
||||
item _("Copy") "copy-symbolic" "app.copy";
|
||||
}
|
||||
|
||||
Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue