mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-java/objenesis: enable tests
Closes: https://bugs.gentoo.org/865091 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43438 Closes: https://github.com/gentoo/gentoo/pull/43438 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
parent
c578a7ed47
commit
1e351072e0
@ -1,13 +1,13 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
JAVA_PKG_IUSE="doc source test"
|
JAVA_PKG_IUSE="doc source test"
|
||||||
|
JAVA_TESTING_FRAMEWORKS="junit-jupiter"
|
||||||
MAVEN_ID="org.objenesis:objenesis:3.4"
|
MAVEN_ID="org.objenesis:objenesis:3.4"
|
||||||
JAVA_TESTING_FRAMEWORKS="junit-4"
|
|
||||||
|
|
||||||
inherit java-pkg-2 java-pkg-simple
|
inherit java-pkg-2 java-pkg-simple junit5
|
||||||
|
|
||||||
DESCRIPTION="A library for instantiating Java objects"
|
DESCRIPTION="A library for instantiating Java objects"
|
||||||
HOMEPAGE="https://objenesis.org/"
|
HOMEPAGE="https://objenesis.org/"
|
||||||
@ -17,16 +17,15 @@ S="${WORKDIR}/${P}"
|
|||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 arm64 ppc64"
|
KEYWORDS="amd64 arm64 ppc64"
|
||||||
RESTRICT="test" #839681
|
|
||||||
|
|
||||||
DEPEND=">=virtual/jdk-1.8:*"
|
DEPEND="
|
||||||
RDEPEND=">=virtual/jre-1.8:*"
|
>=virtual/jdk-1.8:*
|
||||||
|
test? ( dev-java/opentest4j:0 )
|
||||||
JAVA_TEST_GENTOO_CLASSPATH="
|
|
||||||
junit-4
|
|
||||||
junit-5
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPEND=">=virtual/jre-1.8:*"
|
||||||
|
|
||||||
|
JAVA_TEST_GENTOO_CLASSPATH="junit-5 opentest4j"
|
||||||
JAVA_TEST_SRC_DIR="main/src/test/java"
|
JAVA_TEST_SRC_DIR="main/src/test/java"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user