mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
fixing the mk test target to test with $O.out
This commit is contained in:
parent
e8b2cb872b
commit
fba75390b7
1 changed files with 1 additions and 1 deletions
2
mkfile
2
mkfile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue