summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative/run-ptest
Commit message (Collapse)AuthorAgeFilesLines
* qt5: refactor ptestSamuli Piippo2018-02-021-5/+0
| | | | | | | | | | | Current implementation was causing build issues since it cluttered source directories and modified recipe sysroot content. Tests are now built in the separate build directory ${B} where we don't need to worry about moving files to the recipe sysroot, and if tests are enabled in PACKAGECONFIG, they have been already built during do_compile. Change-Id: I8af72b0c79b3668511547dfde0fed0e3e10f2185 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtdeclarative: add ptestHuang Qiyu2017-07-121-0/+5
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>