[Git][java-team/jfreesvg][use-ci] Re-insert CI tests

Ole Streicher (@olebole) gitlab at salsa.debian.org
Sat Mar 1 22:14:53 GMT 2025



Ole Streicher pushed to branch use-ci at Debian Java Maintainers / jfreesvg


Commits:
ec7f314c by Ole Streicher at 2025-03-01T23:14:46+01:00
Re-insert CI tests

- - - - -


2 changed files:

- + debian/tests/control
- + debian/tests/jfreesvgtest


Changes:

=====================================
debian/tests/control
=====================================
@@ -0,0 +1,2 @@
+Tests: jfreesvgtest
+Depends: libjfreesvg-java, junit5, default-jdk


=====================================
debian/tests/jfreesvgtest
=====================================
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+export CLASSPATH=/usr/share/java/org.jfree.svg.jar:/usr/share/java/junit4.jar:/usr/share/java/junit-jupiter-api.jar
+
+cp -a src/test/java ${AUTOPKGTEST_TMP}
+javac ${AUTOPKGTEST_TMP}/java/org/jfree/svg/TestSVGGraphics2D.java
+
+java -cp ${CLASSPATH}:${AUTOPKGTEST_TMP}/java \
+    org.junit.runner.JUnitCore \
+    org.jfree.svg.TestSVGGraphics2D



View it on GitLab: https://salsa.debian.org/java-team/jfreesvg/-/commit/ec7f314cb0eb7cc7812266130ed26e434530a8bf

-- 
View it on GitLab: https://salsa.debian.org/java-team/jfreesvg/-/commit/ec7f314cb0eb7cc7812266130ed26e434530a8bf
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250301/f970f5eb/attachment.htm>


More information about the pkg-java-commits mailing list