summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include
diff options
context:
space:
mode:
authorJulien Stephan <jstephan@baylibre.com>2023-08-03 15:29:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-10 09:18:54 +0100
commitc610b8dcd9d55ef952e6daf4441e0ca47180dc70 (patch)
tree2214ac491e89ccf5c45d3667945e73fcfdb8a364 /meta/conf/distro/include
parent524a49f5de9670caa1e5a161bb2163877c75a042 (diff)
downloadpoky-c610b8dcd9d55ef952e6daf4441e0ca47180dc70.tar.gz
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>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 6250cf081e..bbbef5b043 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -75,6 +75,7 @@ PTESTS_FAST = "\
75 slang \ 75 slang \
76 wayland \ 76 wayland \
77 zlib \ 77 zlib \
78 libexif \
78" 79"
79PTESTS_FAST:append:libc-glibc = " glibc-tests" 80PTESTS_FAST:append:libc-glibc = " glibc-tests"
80PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests" 81PTESTS_PROBLEMS:remove:libc-glibc = "glibc-tests"