mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
libexif: add ptest support
adds ptest support for libexif Ptest was executed on a core-image-minimal: root@qemux86-64:~# ptest-runner libexif START: ptest-runner 2023-07-12T15:45 BEGIN: /usr/lib/libexif/ptest [...] i==================== All 13 tests passed (1 test was not run) ==================== [...] DURATION: 35 END: /usr/lib/libexif/ptest 2023-07-12T15:45 STOP: ptest-runner TOTAL: 1 FAIL: 0 (From OE-Core rev: 4e2340dfecdfbe22b07161e89de4e25d466820bb) Signed-off-by: Julien Stephan <jstephan@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
524a49f5de
commit
c610b8dcd9
@@ -75,6 +75,7 @@ PTESTS_FAST = "\
|
||||
slang \
|
||||
wayland \
|
||||
zlib \
|
||||
libexif \
|
||||
"
|
||||
PTESTS_FAST:append:libc-glibc = " glibc-tests"
|
||||
PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests"
|
||||
|
||||
Reference in New Issue
Block a user