From 3ad886646e9d8737c2ce6ba9b6aaf1ffc2f7f17d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 8 Jun 2025 12:29:22 -0400 Subject: [PATCH] test/runtest.sh: include libcss tests when decoding We have these test cases just sitting around, so we might as well include them in the usual "make test" suite. --- test/runtest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/runtest.sh b/test/runtest.sh index 4bc39ef..049a648 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -21,6 +21,9 @@ echo "SVG tests" > ${TEST_LOG} # netsurf test svg SVGTESTS="test/data/*.svg" +# libcss tests (contain stylesheets) +SVGTESTS="${SVGTESTS} test/css/*.svg" + # netsurf afl generated svg suite SVGTESTS="${SVGTESTS} test/ns-afl-svg/*.svg" -- 2.49.0