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
|
@ -29,4 +29,4 @@ if not meson.is_subproject()
|
||||||
install_subdir('gtkblueprinttool', install_dir: py.get_install_dir())
|
install_subdir('gtkblueprinttool', install_dir: py.get_install_dir())
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test('tests', py, args: ['-m', 'unittest'])
|
subdir('tests')
|
||||||
|
|
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 {}
|
submenu {}
|
||||||
item _("Copy") copy-symbolic app.copy;
|
item _("Copy") "copy-symbolic" "app.copy";
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue