Skip to content

Commit

Permalink
Add JC 3.2.0u1 (24.1) and adjust tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Oct 14, 2024
1 parent 03b3f02 commit 30c3dc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ cap:
17:
JAVA_HOME=$(JAVA17) ant test

21:
JAVA_HOME=$(JAVA21) ant test

all: cap 8 11 17
all: cap 8 11 17 21

clean:
rm -f *~ *.cap
2 changes: 1 addition & 1 deletion kits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<property name="JC305_3" value="sdks/jc305u3_kit"/>
<property name="JC305" value="sdks/jc305u4_kit"/>
<property name="JC310" value="sdks/jc310r20210706_kit"/>
<property name="JC320" value="sdks/jc320v24.0_kit"/>
<property name="JC320" value="sdks/jc320v24.1_kit"/>
</project>
6 changes: 1 addition & 5 deletions tests-1.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<!-- Different SDK-s-->
<target name="test-sdks">
<javacard>
<!-- JC 3.2.0 -->
<cap jckit="${JC320}" sources="src/testapplets/empty">
<applet class="testapplets.empty.Empty" aid="0102030405060708"/>
</cap>
<!-- JC 3.1.0 -->
<cap jckit="${JC310}" sources="src/testapplets/empty">
<applet class="testapplets.empty.Empty" aid="0102030405060708"/>
Expand Down Expand Up @@ -68,7 +64,7 @@
</target>
<!-- Library -->
<target name="test-library" depends="jcpro,test-library-old">
<javacard jckit="${JC320}">
<javacard jckit="${JC310}">
<cap targetsdk="3.0.4" sources="src/testapplets/library" package="testapplets.library" aid="01020304050607" export="testlib" version="0.127"/>
</javacard>
</target>
Expand Down

0 comments on commit 30c3dc2

Please sign in to comment.