diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-06 14:32:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:15 +0100 |
commit | ecaefb9d57bef774fc87a2a13f13459304f435a6 (patch) | |
tree | 6fae154f749513fd585c18df4400ba00b020d5dd | |
parent | 537ffe0d955dc1a5d3ec925bcfd259b23336b505 (diff) | |
download | poky-ecaefb9d57bef774fc87a2a13f13459304f435a6.tar.gz |
ptest-packagelists: Add expat-ptest to fast ptests
This ptest package was accidentally not enabled. The tests run quickly (2s) and
pass so add to the standard test suite.
(From OE-Core rev: 53dcc4b7bb4dce6cd2bc8d194efc4b8246317f22)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e0a876dbdc..70d5fa8877 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -14,6 +14,7 @@ PTESTS_FAST = "\ | |||
14 | diffutils-ptest \ | 14 | diffutils-ptest \ |
15 | elfutils-ptest \ | 15 | elfutils-ptest \ |
16 | ethtool-ptest \ | 16 | ethtool-ptest \ |
17 | expat-ptest \ | ||
17 | flex-ptest \ | 18 | flex-ptest \ |
18 | gawk-ptest \ | 19 | gawk-ptest \ |
19 | gdbm-ptest \ | 20 | gdbm-ptest \ |