From f4c362a7f75122dfd3850749f4b3267e16883e57 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 3 Nov 2020 19:14:31 +0100 Subject: [tests] add qmllint entry --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 495ea9f..b230e12 100644 --- a/Makefile +++ b/Makefile @@ -168,12 +168,13 @@ clean: ######################################################################## # tests ######################################################################### - +qmllint: + @qmllint gui/qml/*.qml test: @go test -tags "integration $(TAGS)" ./pkg/... -test_ui: golib +test_ui: build_golib @qmake -o tests/Makefile test.pro @make -C tests clean @make -C tests -- cgit v1.2.3