diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-29 10:25:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-29 14:16:31 +0100 |
commit | 6b74b69b2333c6f9e91d47bd6da6101293ed96f1 (patch) | |
tree | 1c3983f2dfe33502494b156355494966613bb2b0 /meta/conf/distro | |
parent | 120c082cc19bbeba69c5d9d665fabc9b2555726d (diff) | |
download | poky-6b74b69b2333c6f9e91d47bd6da6101293ed96f1.tar.gz |
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.
(From OE-Core rev: ecba50f8713e969131c61424e8d9c4679ade18db)
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 | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "\ | |||
19 | gawk-ptest \ | 19 | gawk-ptest \ |
20 | gdbm-ptest \ | 20 | gdbm-ptest \ |
21 | gdk-pixbuf-ptest \ | 21 | gdk-pixbuf-ptest \ |
22 | gettext-ptest \ | ||
22 | gzip-ptest \ | 23 | gzip-ptest \ |
23 | json-glib-ptest \ | 24 | json-glib-ptest \ |
24 | kbd-ptest \ | 25 | kbd-ptest \ |
@@ -37,6 +38,7 @@ PTESTS_FAST = "\ | |||
37 | libxml-simple-perl-ptest \ | 38 | libxml-simple-perl-ptest \ |
38 | libxml2-ptest \ | 39 | libxml2-ptest \ |
39 | lzo-ptest \ | 40 | lzo-ptest \ |
41 | m4-ptest \ | ||
40 | nettle-ptest \ | 42 | nettle-ptest \ |
41 | openssl-ptest \ | 43 | openssl-ptest \ |
42 | opkg-ptest \ | 44 | opkg-ptest \ |