summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files 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