Add shorter ways to test code
This commit is contained in:
parent
f9517baf5b
commit
8a2bb63dbf
6
Makefile
6
Makefile
|
|
@ -10,6 +10,12 @@ libtest.a: libtest.c
|
||||||
${CC} -fPIC -c libtest.c
|
${CC} -fPIC -c libtest.c
|
||||||
ar rcs libtest.a libtest.o
|
ar rcs libtest.a libtest.o
|
||||||
|
|
||||||
|
test-script: libtest.so
|
||||||
|
SCHEME=${SCHEME} script-r7rs -I . test.scm
|
||||||
|
|
||||||
|
test-compile: libtest.so libtest.a
|
||||||
|
SCHEME=${SCHEME} compile-r7rs -I . test.scm && ./test
|
||||||
|
|
||||||
CHIBI=chibi-scheme -A .
|
CHIBI=chibi-scheme -A .
|
||||||
test-chibi-docker:
|
test-chibi-docker:
|
||||||
docker build -f Dockerfile --build-arg SCHEME=chibi --tag=r7rs-pffi-chibi .
|
docker build -f Dockerfile --build-arg SCHEME=chibi --tag=r7rs-pffi-chibi .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue