Add qmllint to make test

This commit is contained in:
miruka 2020-11-15 16:33:05 -04:00
parent c401417ff4
commit 9895e264a2

View File

@ -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