|
43 | 43 | </java> |
44 | 44 | </target> |
45 | 45 | <target name="test"> |
46 | | - <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMemStressAll" /> |
| 46 | + <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:bcprov-ext-jdk18on.jar:bcpkix-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMemStressAll" /> |
47 | 47 | <junit fork="yes" printsummary="on" showoutput="yes" haltonfailure="yes"> |
48 | 48 | <jvmarg line="--add-exports=java.base/sun.security.util=ALL-UNNAMED" /> |
49 | 49 | <jvmarg line="--add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED" /> |
50 | 50 | <classpath> |
51 | 51 | <pathelement location="junit4.jar" /> |
52 | 52 | <pathelement location="hamcrest-core.jar" /> |
53 | 53 | <pathelement location="bcprov-jdk18on.jar" /> |
| 54 | + <pathelement location="bcprov-ext-jdk18on.jar" /> |
| 55 | + <pathelement location="bcpkix-jdk18on.jar" /> |
54 | 56 | <pathelement location="openjceplus-tests.jar" /> |
55 | 57 | <pathelement location="junit-vintage-engine.jar" /> |
56 | 58 | <pathelement location="junit-platform-suite.jar" /> |
|
63 | 65 | <test name="ibm.jceplus.junit.TestMemStressAll" todir="junitreports"/> |
64 | 66 | </junit> |
65 | 67 | <echo message="TestMemStressAll COMPLETED" /> |
66 | | - <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMultiThread" /> |
| 68 | + <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:bcprov-ext-jdk18on.jar:bcpkix-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMultiThread" /> |
67 | 69 | <junit fork="yes" printsummary="on" showoutput="yes" haltonfailure="yes"> |
68 | 70 | <jvmarg line="--add-exports=java.base/sun.security.util=ALL-UNNAMED" /> |
69 | 71 | <jvmarg line="--add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED" /> |
70 | 72 | <classpath> |
71 | 73 | <pathelement location="junit4.jar" /> |
72 | 74 | <pathelement location="hamcrest-core.jar" /> |
73 | 75 | <pathelement location="bcprov-jdk18on.jar" /> |
| 76 | + <pathelement location="bcprov-ext-jdk18on.jar" /> |
| 77 | + <pathelement location="bcpkix-jdk18on.jar" /> |
74 | 78 | <pathelement location="openjceplus-tests.jar" /> |
75 | 79 | <pathelement location="junit-vintage-engine.jar" /> |
76 | 80 | <pathelement location="junit-platform-suite.jar" /> |
|
83 | 87 | <test name="ibm.jceplus.junit.TestMultithread" todir="junitreports"/> |
84 | 88 | </junit> |
85 | 89 | <echo message="TestMultithread COMPLETED" /> |
86 | | - <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMultiThreadFIPS" /> |
| 90 | + <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:bcprov-ext-jdk18on.jar:bcpkix-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestMultiThreadFIPS" /> |
87 | 91 | <junit fork="yes" printsummary="on" showoutput="yes" haltonfailure="yes"> |
88 | 92 | <jvmarg line="--add-exports=java.base/sun.security.util=ALL-UNNAMED" /> |
89 | 93 | <jvmarg line="--add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED" /> |
90 | 94 | <classpath> |
91 | 95 | <pathelement location="junit4.jar" /> |
92 | 96 | <pathelement location="hamcrest-core.jar" /> |
93 | 97 | <pathelement location="bcprov-jdk18on.jar" /> |
| 98 | + <pathelement location="bcprov-ext-jdk18on.jar" /> |
| 99 | + <pathelement location="bcpkix-jdk18on.jar" /> |
94 | 100 | <pathelement location="openjceplus-tests.jar" /> |
95 | 101 | <pathelement location="junit-vintage-engine.jar" /> |
96 | 102 | <pathelement location="junit-platform-suite.jar" /> |
|
103 | 109 | <test name="ibm.jceplus.junit.TestMultithreadFIPS" todir="junitreports"/> |
104 | 110 | </junit> |
105 | 111 | <echo message="TestMultithreadFIPS COMPLETED" /> |
106 | | - <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestAll" /> |
| 112 | + <echo message="Command: ${TEST_JAVA} -cp junit4.jar:hamcrest-core.jar:bcprov-jdk18on.jar:bcprov-ext-jdk18on.jar:bcpkix-jdk18on.jar:openjceplus-tests.jar:junit-vintage-engine.jar:junit-platform-suite.jar:junit-jupiter-api.jar:junit-jupiter-engine.jar:junit-jupiter-params.jar:junit-platform-suite-api.jar --add-exports=java.base/sun.security.util=ALL-UNNAMED --add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED ibm.jceplus.junit.TestAll" /> |
107 | 113 | <junit fork="yes" printsummary="on" showoutput="yes" haltonfailure="yes"> |
108 | 114 | <jvmarg line="--add-exports=java.base/sun.security.util=ALL-UNNAMED" /> |
109 | 115 | <jvmarg line="--add-exports=openjceplus/com.ibm.crypto.plus.provider.ock=ALL-UNNAMED" /> |
110 | 116 | <classpath> |
111 | 117 | <pathelement location="junit4.jar" /> |
112 | 118 | <pathelement location="hamcrest-core.jar" /> |
113 | 119 | <pathelement location="bcprov-jdk18on.jar" /> |
| 120 | + <pathelement location="bcprov-ext-jdk18on.jar" /> |
| 121 | + <pathelement location="bcpkix-jdk18on.jar" /> |
114 | 122 | <pathelement location="openjceplus-tests.jar" /> |
115 | 123 | <pathelement location="junit-vintage-engine.jar" /> |
116 | 124 | <pathelement location="junit-platform-suite.jar" /> |
|
0 commit comments