From b7a218d3c3d140e69c6af40072237954f8403ea7 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 19 Jul 2025 18:02:46 +0300 Subject: [PATCH] Bring things to new compile-r7rs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cbfb5f..4b81db3 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ test: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest. cd ${TMPDIR}/test && \ LD_LIBRARY_PATH=. \ GUILE_AUTO_COMPILE=0 \ - timeout 60 + timeout 60 \ ./${TEST} test-compile-r7rs-snow: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.a