Add syntax-tests to test-all

This commit is contained in:
Daphne Preston-Kendal 2022-10-28 11:10:51 +02:00
parent e4d53fe533
commit dcd2ce9054

View file

@ -269,13 +269,16 @@ test-r5rs: chibi-scheme$(EXE)
test-r7rs: chibi-scheme$(EXE)
$(CHIBI) tests/r7rs-tests.scm
test-syntax: chibi-scheme$(EXE)
$(CHIBI) tests/syntax-tests.scm
test: test-r7rs
test-safe-string-cursors: chibi-scheme$(EXE)
$(CHIBI) -Dsafe-string-cursors tests/r7rs-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