summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSimone Weiss <simone.weiss@elektrobit.com>2022-04-01 16:46:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-03 10:40:31 +0100
commitffbf7d2b97ff1dc9e847a67f3990c9c2074883f0 (patch)
tree42099e516108ba52c00b138eb90d343c9eac58fe /meta/conf
parent7e8d8b0dca0e5e1977b190a98c9706fd7b771ac6 (diff)
downloadpoky-ffbf7d2b97ff1dc9e847a67f3990c9c2074883f0.tar.gz
popt: add ptest
Add a ptest for popt to core-image-ptest-all. Provide a patch to popt to adopt the test format to "simple test" and a script for running the test. All tests passed on a trial run. (From OE-Core rev: ffae118e7b1bdf704d9af0ad47809c3791b672b4) Signed-off-by: Simone Weiss <simone.weiss@elektrobit.com> Signed-off-by: David Niederpruem <david.niederpruem@elektrobit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 ac3295d1aa..b51cce4d9e 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -48,6 +48,7 @@ PTESTS_FAST = "\
48 opkg-ptest \ 48 opkg-ptest \
49 pango-ptest \ 49 pango-ptest \
50 parted-ptest \ 50 parted-ptest \
51 popt-ptest \
51 python3-atomicwrites-ptest \ 52 python3-atomicwrites-ptest \
52 python3-bcrypt-ptest \ 53 python3-bcrypt-ptest \
53 python3-hypothesis-ptest \ 54 python3-hypothesis-ptest \