qtxmlpatterns: add ptest

Add ptest for qttools by using provided testsuite in qtxmlpatterns.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Huang Qiyu
2017-07-12 12:58:39 +08:00
committed by Martin Jansa
parent 05455e605b
commit ec8c62e06c
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
for x in ` awk '{print $1}' tst_list `;do
./${x};
done

View File

@@ -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 = " \
@@ -19,3 +20,4 @@ DEPENDS += "qtbase"
SRCREV = "9f7e01b582b1bd83cc6b8a854c510871335e2e74"
BBCLASSEXTEND =+ "native nativesdk"