mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 13:37:35 +02:00
Adding test-r7rs target.
This commit is contained in:
parent
f209c38f4f
commit
3bcaed82d4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -212,6 +212,9 @@ test-system: chibi-scheme$(EXE) lib/chibi/system$(SO)
|
||||||
test-libs: chibi-scheme$(EXE)
|
test-libs: chibi-scheme$(EXE)
|
||||||
$(CHIBI) -xscheme tests/lib-tests.scm
|
$(CHIBI) -xscheme tests/lib-tests.scm
|
||||||
|
|
||||||
|
test-r7rs: chibi-scheme$(EXE)
|
||||||
|
$(CHIBI) tests/r7rs-tests.scm
|
||||||
|
|
||||||
test: chibi-scheme$(EXE)
|
test: chibi-scheme$(EXE)
|
||||||
$(CHIBI) -xscheme tests/r5rs-tests.scm
|
$(CHIBI) -xscheme tests/r5rs-tests.scm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue