From: Richard Purdie Date: Mon, 29 Apr 2019 09:25:05 +0000 (+0100) Subject: ptest-packagelists: Add m4 and gettext as 'fast' ptests X-Git-Tag: uninative-2.5~293 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ecba50f8713e969131c61424e8d9c4679ade18db;p=openembedded-core.git ptest-packagelists: Add m4 and gettext as 'fast' ptests These new ptests run in under the ~30s criteria so add to the list of 'fast' ptests. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 768ba743ed..52f7439e25 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -19,6 +19,7 @@ PTESTS_FAST = "\ gawk-ptest \ gdbm-ptest \ gdk-pixbuf-ptest \ + gettext-ptest \ gzip-ptest \ json-glib-ptest \ kbd-ptest \ @@ -37,6 +38,7 @@ PTESTS_FAST = "\ libxml-simple-perl-ptest \ libxml2-ptest \ lzo-ptest \ + m4-ptest \ nettle-ptest \ openssl-ptest \ opkg-ptest \