Add Gauche test

This commit is contained in:
Lassi Kortela 2019-12-28 02:49:39 +02:00
parent 4591f2588a
commit f046cd374e
1 changed files with 1 additions and 0 deletions

View File

@ -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