From 6a1c2bb4d970d4c05b19e30b753d2f2e34609024 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 23 Aug 2019 09:41:06 +1000 Subject: [PATCH] meson.build: hook up the tools for flake8 Signed-off-by: Peter Hutterer --- meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.build b/meson.build index 03cf0a5..dd84ebf 100644 --- a/meson.build +++ b/meson.build @@ -127,6 +127,9 @@ if flake8.found() args: ['--ignore=E501,W504', join_paths(meson.source_root(), 'tuhi'), join_paths(meson.source_root(), 'tuhi', 'gui')]) + test('flake8-tools', flake8, + args: ['--ignore=E501,W504', + join_paths(meson.source_root(), 'tools')]) # the tests need different flake exclusions test('flake8-tests', flake8, args: ['--ignore=E501,W504,F403,F405',