summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSimone Weiss <simone.weiss@elektrobit.com>2022-08-12 11:39:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-11 11:31:52 +0100
commit34d843dada61f91ddce07bb900f71a145ebe886f (patch)
treed2179ed7ff5dad75b28ff8fa4e01c7f6486fafed /meta/conf
parentb28cef7e747d6a8750cb24642df60a8a3d508677 (diff)
downloadpoky-34d843dada61f91ddce07bb900f71a145ebe886f.tar.gz
json-c: Add ptest for json-c
Adapt json-c recipe to compile and deploy a ptest for json-c. Also add a small script for executing the tests. All tests were successful on a trial and took around 20 seconds. (From OE-Core rev: 7d588d0727d49dcf04d7c3d8a4ec23ca2f6cc56d) Signed-off-by: Simone Weiß <simone.weiss@elektrobit.com> Signed-off-by: Kai Tomerius <kai.tomerius@elektrobit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 757a5fbdeed58573c40d6e21475cc516aa49fd1c) Signed-off-by: Steve Sakoman <steve@sakoman.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 a65c048984..5bcff83093 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -22,6 +22,7 @@ PTESTS_FAST = "\
22 gettext-ptest \ 22 gettext-ptest \
23 glib-networking-ptest \ 23 glib-networking-ptest \
24 gzip-ptest \ 24 gzip-ptest \
25 json-c-ptest \
25 json-glib-ptest \ 26 json-glib-ptest \
26 libconvert-asn1-perl-ptest \ 27 libconvert-asn1-perl-ptest \
27 liberror-perl-ptest \ 28 liberror-perl-ptest \