Skip to content

Commit 5e1cc08

Browse files
author
Alexey Semenyuk
committed
8349504: Support platform-specific JUnit tests in jpackage
Reviewed-by: almatvee
1 parent 89e5e7a commit 5e1cc08

File tree

10 files changed

+7
-2
lines changed

10 files changed

+7
-2
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
JUnit.dirs = .
2-
modules = jdk.jpackage
1+
JUnit.dirs = share
2+
3+
modules=jdk.jpackage/jdk.jpackage.internal:+open \
4+
jdk.jpackage/jdk.jpackage.internal.util:+open \
5+
jdk.jpackage/jdk.jpackage.internal.util.function:+open \
6+
java.base/jdk.internal.util \
7+
jdk.jlink/jdk.tools.jlink.internal

0 commit comments

Comments
 (0)