mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
feat(tool/test_qml): add file description
This commit is contained in:
parent
cb746f199d
commit
91ddaaa69c
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
# ====================================================================
|
||||
# Tool to run unit tests on all `*.spec.qml` files.
|
||||
# ====================================================================
|
||||
|
||||
RESOURCES_FILE='resources.qrc'
|
||||
TEST_RUNNER='qmltestrunner-qt5'
|
||||
TEST_FILE_EXTENSION='spec.qml'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue