fixing the mk test target to test with $O.out

This commit is contained in:
Alex Shinn 2009-07-14 01:09:59 +09:00
parent e8b2cb872b
commit fba75390b7

2
mkfile
View file

@ -20,6 +20,6 @@ install:V: $BIN/$TARG
cp init.scm $MODDIR/ cp init.scm $MODDIR/
test:V: test:V:
./chibi-scheme tests/r5rs-tests.scm ./$O.out tests/r5rs-tests.scm
sexp.c:N: gc.c opt/bignum.c sexp.c:N: gc.c opt/bignum.c