Fixing tests
This commit is contained in:
parent
b2f72f5d77
commit
d1eb851b28
|
|
@ -53,8 +53,12 @@ OPTIONS
|
|||
|
||||
--list-r6rs List supported R6RS implementations.
|
||||
|
||||
--list-r6rs-except List supported R6RS implementations, except ones given.
|
||||
|
||||
--list-r7rs List supported R7RS implementations.
|
||||
|
||||
--list-r7rs-except List supported R7RS implementations, except ones given.
|
||||
|
||||
--list-all List all supported implementations.
|
||||
|
||||
--version Show the software version.
|
||||
|
|
|
|||
|
|
@ -438,7 +438,7 @@
|
|||
,script-file
|
||||
" "
|
||||
,args)))))
|
||||
#;(larceny
|
||||
(larceny
|
||||
(type . interpreter)
|
||||
(command . ,(lambda (exec-cmd
|
||||
script-file
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@
|
|||
guile
|
||||
ikarus
|
||||
ironscheme
|
||||
;larceny
|
||||
larceny
|
||||
loko
|
||||
mosh
|
||||
racket
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
gauche
|
||||
guile
|
||||
kawa
|
||||
;larceny
|
||||
larceny
|
||||
loko
|
||||
meevax
|
||||
mit-scheme
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
ikarus
|
||||
ironscheme
|
||||
kawa
|
||||
;larceny
|
||||
larceny
|
||||
loko
|
||||
meevax
|
||||
mit-scheme
|
||||
|
|
|
|||
Loading…
Reference in New Issue