Add Kawa test

This commit is contained in:
Lassi Kortela 2019-12-28 03:21:47 +02:00
parent f046cd374e
commit 745ea0f364
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!
#! /
(import (scheme base)
(scheme file)

View File

@ -7,6 +7,7 @@ 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
kawa -Dkawa.import.path="$PWD/*.sld" test-r7rs.scm $payload >test-kawa.tar
bsdtar -cf test-bsd.tar $payload
gtar -cf test-gnu.tar $payload
hexdump -C test-chibi.tar