mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
* added java test
git-svn-id: https://svn.exactcode.de/t2/trunk@72114 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
parent
7f9b0f7148
commit
333e0b60d1
11
tests/600-java.cmd
Normal file
11
tests/600-java.cmd
Normal 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
BIN
tests/600-java.jar
Normal file
Binary file not shown.
1
tests/600-java.out
Normal file
1
tests/600-java.out
Normal file
@ -0,0 +1 @@
|
||||
Hello from Java.
|
Loading…
x
Reference in New Issue
Block a user