* added java test

git-svn-id: https://svn.exactcode.de/t2/trunk@72114 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
René Rebe 2024-12-08 14:53:56 +00:00
parent 7f9b0f7148
commit 333e0b60d1
3 changed files with 12 additions and 0 deletions

11
tests/600-java.cmd Normal file
View File

@ -0,0 +1,11 @@
#!/bin/sh
[ "$QEMU" ] || exit 43
exe=opt/java/bin/java
[ -e $SYSROOT/$exe ] || exit 42
cp -f ${0%.cmd}.jar $SYSROOT/tmp/jar
$QEMU -chroot $SYSROOT $exe -jar tmp/jar
rm -f $SYSROOT/tmp/jar

BIN
tests/600-java.jar Normal file

Binary file not shown.

1
tests/600-java.out Normal file
View File

@ -0,0 +1 @@
Hello from Java.