# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Tests require an existing running SQL server and 'junit.jar.file' property JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2
Some notes for anyone interested in trying to enable the tests based on my experiment with building this package: - To run the 'junit-tests' Ant target, the 'junit.jar.file' JVM system property must be set to the path to a JUnit 3 JAR file. https://github.com/swaldman/c3p0/blob/c3p0-0.9.5.5/build.xml#L570 - A JDBC driver is needed to run most tests.
No longer block the python tracker bug #784263