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