mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
qtdeclarative: add ptest
Add ptest for qttools by using provided testsuite in qtdeclarative. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
5
recipes-qt/qt5/qtdeclarative/run-ptest
Normal file
5
recipes-qt/qt5/qtdeclarative/run-ptest
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for x in ` awk '{print $1}' tst_list `;do
|
||||
./${x};
|
||||
done
|
||||
@@ -1,5 +1,6 @@
|
||||
require qt5.inc
|
||||
require qt5-git.inc
|
||||
require qt5-ptest.inc
|
||||
|
||||
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
|
||||
Reference in New Issue
Block a user