aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/ptest
Commit message (Collapse)AuthorAgeFilesLines
* qt5: refactor ptestSamuli Piippo2018-02-021-0/+6
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>