From 4ea8874a957aab419adea4291ed3e75c04f3ddec Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Dec 2022 12:10:39 +0000 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml/libxml2/run-ptest') 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 export LC_ALL=en_US.UTF-8 # testModule isn't that useful and hard-codes buildtree, so we don't run that -TESTS="runtest testrecurse testchar testdict testThreads runxmlconf testapi" +TESTS="runtest runsuite testrecurse testchar testdict testThreads runxmlconf testapi" for T in $TESTS; do echo Running $T -- cgit v1.2.3-54-g00ecf