Fixing testing
This commit is contained in:
parent
4131b8fd00
commit
c7dddc4a44
4
Makefile
4
Makefile
|
|
@ -11,7 +11,7 @@ test-r6rs-script:
|
|||
@rm -rf testvenv/ \
|
||||
&& ./scheme-venv ${SCHEME} r6rs testvenv \
|
||||
&& ./testvenv/bin/snow-chibi install --always-yes retropikzel.hello \
|
||||
&& ./testvenv/bin/akku install akku-r7rs \
|
||||
&& ./testvenv/bin/akku install chez-srfi \
|
||||
&& SCHEME_VENV_DEBUG=1 ./testvenv/bin/scheme-script test.sps
|
||||
|
||||
test-r6rs-compile:
|
||||
|
|
@ -19,7 +19,7 @@ test-r6rs-compile:
|
|||
@rm -rf testvenv/ \
|
||||
&& ./scheme-venv ${SCHEME} r6rs testvenv \
|
||||
&& ./testvenv/bin/snow-chibi install --always-yes retropikzel.hello \
|
||||
&& ./testvenv/bin/akku install akku-r7rs \
|
||||
&& ./testvenv/bin/akku install chez-srfi \
|
||||
&& SCHEME_VENV_DEBUG=1 ./testvenv/bin/scheme-compile compile-test.sps \
|
||||
&& ./compile-test
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
(import (scheme base)
|
||||
(scheme write)
|
||||
(scheme process-context)
|
||||
(retropikzel hello)
|
||||
(import (rnrs)
|
||||
(srfi :64))
|
||||
|
||||
(display "scheme-venv-compile-test-success-")
|
||||
(hello)
|
||||
(display "scheme-venv-compile-test-success-Hello")
|
||||
(newline)
|
||||
(exit 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue