From d1d804742ac2cfcc31240c6d74d764e5784831d4 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Sun, 7 Nov 2010 17:46:36 -0800 Subject: Make check works again, now using guile's native test-suite code. The srfi-64 code wouldn't pass it's own test code under guile... --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32f9529d0..2e9c0e2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ make.log /compile /build /run_tests.sh -/run_guile_tests.sh +/setup_guile_test_env ### ### Put these here until we get this all sorted out ### -- cgit