mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
Add syntax-tests to test-all
This commit is contained in:
parent
e4d53fe533
commit
dcd2ce9054
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -269,13 +269,16 @@ test-r5rs: chibi-scheme$(EXE)
|
||||||
test-r7rs: chibi-scheme$(EXE)
|
test-r7rs: chibi-scheme$(EXE)
|
||||||
$(CHIBI) tests/r7rs-tests.scm
|
$(CHIBI) tests/r7rs-tests.scm
|
||||||
|
|
||||||
|
test-syntax: chibi-scheme$(EXE)
|
||||||
|
$(CHIBI) tests/syntax-tests.scm
|
||||||
|
|
||||||
test: test-r7rs
|
test: test-r7rs
|
||||||
|
|
||||||
test-safe-string-cursors: chibi-scheme$(EXE)
|
test-safe-string-cursors: chibi-scheme$(EXE)
|
||||||
$(CHIBI) -Dsafe-string-cursors tests/r7rs-tests.scm
|
$(CHIBI) -Dsafe-string-cursors tests/r7rs-tests.scm
|
||||||
$(CHIBI) -Dsafe-string-cursors tests/lib-tests.scm
|
$(CHIBI) -Dsafe-string-cursors tests/lib-tests.scm
|
||||||
|
|
||||||
test-all: test test-libs test-ffi test-division
|
test-all: test test-syntax test-libs test-ffi test-division
|
||||||
|
|
||||||
test-dist: test-all test-memory test-build
|
test-dist: test-all test-memory test-build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue