repo.or.cz
/
t2sde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* always initialize zigconfopt with prefix, otherwise it does not install
[t2sde.git]
/
tests
/
530-luajit.cmd
blob
b2fc921b3b83f7de109fe03194e252ce47444d3e
1
#!/bin/sh
2
3
[
"
$QEMU
"
]
||
exit
43
4
5
exe
=
usr
/
bin
/
luajit
6
7
[
-e
$SYSROOT
/
$exe
]
||
exit
42
8
9
$QEMU
-chroot
$SYSROOT $exe
-e
'print "Hello LuaJIT."'