Skip to content
Snippets Groups Projects
Unverified Commit f4c362a7 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[tests] add qmllint entry

parent 0157c644
No related branches found
No related tags found
No related merge requests found
...@@ -168,12 +168,13 @@ clean: ...@@ -168,12 +168,13 @@ clean:
######################################################################## ########################################################################
# tests # tests
######################################################################### #########################################################################
qmllint:
@qmllint gui/qml/*.qml
test: test:
@go test -tags "integration $(TAGS)" ./pkg/... @go test -tags "integration $(TAGS)" ./pkg/...
test_ui: golib test_ui: build_golib
@qmake -o tests/Makefile test.pro @qmake -o tests/Makefile test.pro
@make -C tests clean @make -C tests clean
@make -C tests @make -C tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment