Fix tests

This commit is contained in:
James Westman 2021-10-28 00:13:46 -05:00
parent c576fdf211
commit afecd744ca
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 3 additions and 2 deletions

View file

@ -29,4 +29,4 @@ if not meson.is_subproject()
install_subdir('gtkblueprinttool', install_dir: py.get_install_dir())
endif
test('tests', py, args: ['-m', 'unittest'])
subdir('tests')