diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-11-03 19:14:31 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-11-03 19:14:31 +0100 |
commit | f4c362a7f75122dfd3850749f4b3267e16883e57 (patch) | |
tree | 52312079bbf8a65209979c9f84ab4e1ec283d30c /Makefile | |
parent | 0157c64491c7c88991ade69ba163e44225b039dc (diff) |
[tests] add qmllint entry
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |