From 769f241a030de5c9a04c7afd20bf3654bce525af Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Oct 2025 09:16:37 +0300 Subject: [PATCH] Updating tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9a56f35..326bd2a 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ test-old: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libt COMPILE_R7RS=${SCHEME} timeout 600 compile-r7rs -o test test.scm cd ${TMPDIR}/test && printf "\n" | LD_LIBRARY_PATH=. timeout 600 ./test -test: package - snow-test ${SCHEME} ${PKGNAME} +test: package ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.a + snow-test ${SCHEME} ./${PKGNAME} test-docker: docker run -it -v "${PWD}:/workdir" -w /workdir retropikzel1/compile-r7rs sh -c \