diff options
author | Simone Weiss <simone.weiss@elektrobit.com> | 2022-08-12 11:39:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-14 08:13:32 +0100 |
commit | 271bbd9cc3d492402aaa95ffa295949403c2bfd0 (patch) | |
tree | cdb9887ec271bae01a3069d1fac2a78ca4649551 /meta/conf/distro | |
parent | c80405aa9d32f5e9b7eb50fe2ddcec5f8e8cf20d (diff) | |
download | poky-271bbd9cc3d492402aaa95ffa295949403c2bfd0.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: 757a5fbdeed58573c40d6e21475cc516aa49fd1c)
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>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
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 6c4339e3e1..56088e4e66 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 \ |