run test-nostdlib when make test runs
This commit is contained in:
parent
334ceb9e7c
commit
ce25121837
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ docs/contrib.rst: $(CONTRIB_DOCS)
|
||||||
run: bin/picrin
|
run: bin/picrin
|
||||||
bin/picrin
|
bin/picrin
|
||||||
|
|
||||||
test: test-r7rs test-contribs
|
test: test-r7rs test-contribs test-nostdlib
|
||||||
|
|
||||||
test-r7rs: bin/picrin t/r7rs-tests.scm
|
test-r7rs: bin/picrin t/r7rs-tests.scm
|
||||||
bin/picrin t/r7rs-tests.scm
|
bin/picrin t/r7rs-tests.scm
|
||||||
|
|
Loading…
Reference in New Issue