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