Improve testing
This commit is contained in:
parent
e8f0cd374b
commit
be0bd6f609
1
Makefile
1
Makefile
|
|
@ -47,7 +47,6 @@ test: index build
|
||||||
cat ${TESTFILE} >> .tmp/test.scm
|
cat ${TESTFILE} >> .tmp/test.scm
|
||||||
# Tests
|
# Tests
|
||||||
cd .tmp && ${SNOW} srfi.64
|
cd .tmp && ${SNOW} srfi.64
|
||||||
cd .tmp && ${SNOW} retropikzel.ctrf
|
|
||||||
cd .tmp && ${SNOW} foreign.c
|
cd .tmp && ${SNOW} foreign.c
|
||||||
cd .tmp && ${SNOW} retropikzel.${LIBRARY}
|
cd .tmp && ${SNOW} retropikzel.${LIBRARY}
|
||||||
cd .tmp && akku install akku-r7rs 2> /dev/null
|
cd .tmp && akku install akku-r7rs 2> /dev/null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue