From 0ad14173800aadf14f55385d5d987dfa96ce7c8f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 18 May 2024 11:30:21 +0300 Subject: [PATCH] Moved tests to their own files --- test-gambit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-gambit.sh b/test-gambit.sh index 2e77bad..046acfc 100644 --- a/test-gambit.sh +++ b/test-gambit.sh @@ -2,8 +2,8 @@ source scripts/init-test.sh -SCHEME="gsc -:r7rs,search=. -ld-options -lcurl -exe" -SCHEME_LIB="gsc -:r7rs,search=. -obj" +SCHEME="gsc -v -:r7rs,search=. -ld-options -lcurl -exe" +SCHEME_LIB="gsc -v -:r7rs,search=. -obj" SCHEME_I="gsi -:r7rs,search=."