]> gitweb.michael.orlitzky.com - libsvgtiny.git/commitdiff
test/runtest.sh: include libcss tests when decoding libcss-ng
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 16:29:22 +0000 (12:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 9 Jun 2025 01:13:07 +0000 (21:13 -0400)
We have these test cases just sitting around, so we might as well
include them in the usual "make test" suite.

test/runtest.sh

index 4bc39ef2c44c7882cc86d43d6c152cc5dcb33aeb..049a648a1f82b0656fc9fd57f6e0ab35cdd4f614 100755 (executable)
@@ -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"