diff --git a/meson.build b/meson.build index 70aa0a5..e95e2a3 100644 --- a/meson.build +++ b/meson.build @@ -33,6 +33,12 @@ if tmpfilesdir == '' or not fs.exists('/run/.containerenv') endif endif +toolbox = files('toolbox') + +if shellcheck.found() + test('shellcheck', shellcheck, args: [toolbox]) +endif + if not skopeo.found() message('Running system tests requires Skopeo for OCI image manipulation.') endif