Add Gauche test
This commit is contained in:
parent
4591f2588a
commit
f046cd374e
1
test.sh
1
test.sh
|
@ -6,6 +6,7 @@ payload="trivial-tar-writer.scm test.sh"
|
|||
set -x
|
||||
chibi-scheme -A . test-r7rs.scm $payload >test-chibi.tar
|
||||
gsi-script . test-r7rs.scm $payload >test-gambit.tar
|
||||
gosh -A . test-r7rs.scm $payload >test-gauche.tar
|
||||
bsdtar -cf test-bsd.tar $payload
|
||||
gtar -cf test-gnu.tar $payload
|
||||
hexdump -C test-chibi.tar
|
||||
|
|
Loading…
Reference in New Issue