From: Michael Orlitzky Date: Sun, 8 Jun 2025 16:29:22 +0000 (-0400) Subject: test/runtest.sh: include libcss tests when decoding X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=refs%2Fheads%2Flibcss-ng;p=libsvgtiny.git 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. --- 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"