summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-11-03 19:14:31 +0100
committerkali kaneko (leap communications) <kali@leap.se>2020-11-03 19:14:31 +0100
commitf4c362a7f75122dfd3850749f4b3267e16883e57 (patch)
tree52312079bbf8a65209979c9f84ab4e1ec283d30c /Makefile
parent0157c64491c7c88991ade69ba163e44225b039dc (diff)
[tests] add qmllint entry
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