From ce25121837336d2778252ffa87925323ad06bf67 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 30 May 2015 20:01:17 +0900 Subject: [PATCH] run test-nostdlib when make test runs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6890aa97..e5f430b0 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ docs/contrib.rst: $(CONTRIB_DOCS) run: bin/picrin bin/picrin -test: test-r7rs test-contribs +test: test-r7rs test-contribs test-nostdlib test-r7rs: bin/picrin t/r7rs-tests.scm bin/picrin t/r7rs-tests.scm