summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2/run-ptest
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-12-08 12:10:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-09 13:18:41 +0000
commit4ea8874a957aab419adea4291ed3e75c04f3ddec (patch)
treee588b98e6aaedef0f515fc5e30837eba01d64228 /meta/recipes-core/libxml/libxml2/run-ptest
parent7458ad340f6bc05a2e12e85f3a09feef4d1bf4d2 (diff)
downloadpoky-4ea8874a957aab419adea4291ed3e75c04f3ddec.tar.gz
libxml2: add more testing
Backport more test cases fixes from upstream, and add runsuite to the ptests. (From OE-Core rev: a6de5fa28fc90e0184d3d86822d06de5d93bbc44) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2/run-ptest')
-rwxr-xr-xmeta/recipes-core/libxml/libxml2/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2/run-ptest b/meta/recipes-core/libxml/libxml2/run-ptest
index d5c7bb5b02..f252a78f17 100755
--- a/meta/recipes-core/libxml/libxml2/run-ptest
+++ b/meta/recipes-core/libxml/libxml2/run-ptest
@@ -5,7 +5,7 @@ set -e
5export LC_ALL=en_US.UTF-8 5export LC_ALL=en_US.UTF-8
6 6
7# testModule isn't that useful and hard-codes buildtree, so we don't run that 7# testModule isn't that useful and hard-codes buildtree, so we don't run that
8TESTS="runtest testrecurse testchar testdict testThreads runxmlconf testapi" 8TESTS="runtest runsuite testrecurse testchar testdict testThreads runxmlconf testapi"
9 9
10for T in $TESTS; do 10for T in $TESTS; do
11 echo Running $T 11 echo Running $T