Add Kawa test
This commit is contained in:
parent
f046cd374e
commit
745ea0f364
|
@ -1,4 +1,4 @@
|
||||||
#!
|
#! /
|
||||||
|
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(scheme file)
|
(scheme file)
|
||||||
|
|
1
test.sh
1
test.sh
|
@ -7,6 +7,7 @@ set -x
|
||||||
chibi-scheme -A . test-r7rs.scm $payload >test-chibi.tar
|
chibi-scheme -A . test-r7rs.scm $payload >test-chibi.tar
|
||||||
gsi-script . test-r7rs.scm $payload >test-gambit.tar
|
gsi-script . test-r7rs.scm $payload >test-gambit.tar
|
||||||
gosh -A . test-r7rs.scm $payload >test-gauche.tar
|
gosh -A . test-r7rs.scm $payload >test-gauche.tar
|
||||||
|
kawa -Dkawa.import.path="$PWD/*.sld" test-r7rs.scm $payload >test-kawa.tar
|
||||||
bsdtar -cf test-bsd.tar $payload
|
bsdtar -cf test-bsd.tar $payload
|
||||||
gtar -cf test-gnu.tar $payload
|
gtar -cf test-gnu.tar $payload
|
||||||
hexdump -C test-chibi.tar
|
hexdump -C test-chibi.tar
|
||||||
|
|
Loading…
Reference in New Issue