mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-java/jna: separate test run for com.sun.jna.TypeMapperTest
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/30966 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
af4466d057
commit
81d10cec46
@@ -158,6 +158,7 @@ src_test() {
|
||||
com.sun.jna.CallbacksTest # Needs to run separately
|
||||
com.sun.jna.DirectTest # Needs to run separately
|
||||
com.sun.jna.NativeTest # Needs to run separately
|
||||
com.sun.jna.TypeMapperTest # Needs to run separately
|
||||
com.sun.jna.UnionTest # Needs to run separately
|
||||
com.sun.jna.VMCrashProtectionTest # Needs to run separately
|
||||
)
|
||||
@@ -175,6 +176,9 @@ src_test() {
|
||||
|
||||
JAVA_TEST_RUN_ONLY=( com.sun.jna.VMCrashProtectionTest )
|
||||
java-pkg-simple_src_test
|
||||
|
||||
JAVA_TEST_RUN_ONLY=( com.sun.jna.TypeMapperTest )
|
||||
java-pkg-simple_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user