test/jdk/tools/jpackage/share/JLinkModuleTest.java
branchJDK-8200758-branch
changeset 58114 42df7de58e39
parent 57446 5a5b85f00a63
child 58147 45a9084fe981
equal deleted inserted replaced
58113:885b0543f6e4 58114:42df7de58e39
    36 public class JLinkModuleTest {
    36 public class JLinkModuleTest {
    37     private static final String OUTPUT = "output";
    37     private static final String OUTPUT = "output";
    38     private static final String RUNTIME = "runtime";
    38     private static final String RUNTIME = "runtime";
    39 
    39 
    40     private static final String [] CMD = {
    40     private static final String [] CMD = {
       
    41         "--package-type", "app-image",
    41         "--output", OUTPUT,
    42         "--output", OUTPUT,
    42         "--name", "test",
    43         "--name", "test",
    43         "--module", "com.other/com.other.Other",
    44         "--module", "com.other/com.other.Other",
    44         "--runtime-image", RUNTIME,
    45         "--runtime-image", RUNTIME,
    45     };
    46     };