From 9895e264a27f293733ba777461fd73d597ef6eb5 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 15 Nov 2020 16:33:05 -0400 Subject: [PATCH] Add qmllint to `make test` --- mirage.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mirage.pro b/mirage.pro index a00d4c80..f188764d 100644 --- a/mirage.pro +++ b/mirage.pro @@ -79,7 +79,9 @@ no-x11 { # Add `make test` command -test.commands = flake8 src/backend && mypy --pretty src/backend +test.commands = find src/gui -type f -name '*.qml' -exec qmllint '{}' + && +test.commands += flake8 src/backend && +test.commands += mypy --pretty src/backend QMAKE_EXTRA_TARGETS += test