diff options
author | Tim Orling <ticotimo@gmail.com> | 2014-10-07 20:00:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:14:18 +0000 |
commit | 82a5df1a0a7d225e4e1c37a02443cc539edc34f7 (patch) | |
tree | 701f0e887707cc8f85a3feb9c6fee8c00f1a3249 /meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb | |
parent | 66ede54cf8738107f4295179d19aed24e356eb36 (diff) | |
download | poky-82a5df1a0a7d225e4e1c37a02443cc539edc34f7.tar.gz |
clutter-1.0: add ptest
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>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb b/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb index 7898810131..5f39a3a8ac 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb +++ b/meta/recipes-graphics/clutter/clutter-1.0_1.20.0.bb | |||
@@ -5,4 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
5 | SRC_URI[archive.md5sum] = "a8a33a57a944c6d7c7c013ce9aa3222b" | 5 | SRC_URI[archive.md5sum] = "a8a33a57a944c6d7c7c013ce9aa3222b" |
6 | SRC_URI[archive.sha256sum] = "cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293" | 6 | SRC_URI[archive.sha256sum] = "cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293" |
7 | 7 | ||
8 | SRC_URI += "file://install-examples.patch" | 8 | SRC_URI += "file://install-examples.patch \ |
9 | file://run-installed-tests-with-tap-output.patch \ | ||
10 | file://run-ptest" | ||