mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
Upstream has reworked installed-tests, use them for ptest. Default output format for tests is not TAP, add patch to generate TAP output. Run tests with gnome-desktop-testing-runner, which understands TAP output. Tested on nuc with core-image-clutter and core-image-weston. Reminder that for "pure" wayland (e.g. core-image-weston) you need to "export CLUTTER_BACKEND = wayland" to get past setting the DISPLAY variable expected for X11 backend. (From OE-Core rev: 7656e861be3e7c6111b722761857b4a7c5905712) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
394 B
BlitzBasic
11 lines
394 B
BlitzBasic
require clutter-1.0.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI[archive.md5sum] = "a8a33a57a944c6d7c7c013ce9aa3222b"
|
|
SRC_URI[archive.sha256sum] = "cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293"
|
|
|
|
SRC_URI += "file://install-examples.patch \
|
|
file://run-installed-tests-with-tap-output.patch \
|
|
file://run-ptest"
|