From fba75390b77ab9c4d10e17231371bdbca2b08bc2 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 14 Jul 2009 01:09:59 +0900 Subject: [PATCH] fixing the mk test target to test with $O.out --- mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfile b/mkfile index 3aff84cd..3996a381 100644 --- a/mkfile +++ b/mkfile @@ -20,6 +20,6 @@ install:V: $BIN/$TARG cp init.scm $MODDIR/ test:V: - ./chibi-scheme tests/r5rs-tests.scm + ./$O.out tests/r5rs-tests.scm sexp.c:N: gc.c opt/bignum.c