From 5f904ffbb1b04adeb57b90d529ed0fac0209e0ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Mon, 2 Jul 2012 01:03:37 +0200
Subject: [PATCH] build: Don't auto-compile tests.

* Makefile.am (TESTS_ENVIRONMENT): Add `--no-auto-compile'.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 963d9c8b48e..6b86fb7d465 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,7 @@ TESTS =						\
 TESTS_ENVIRONMENT =							\
   NIXPKGS="$(NIXPKGS)"							\
   GUILE_LOAD_COMPILED_PATH="$(top_builddir):$$GUILE_LOAD_COMPILED_PATH"	\
-  $(GUILE) -L "$(top_srcdir)"
+  $(GUILE) --no-auto-compile -L "$(top_srcdir)"
 
 EXTRA_DIST = build-aux/config.rpath $(TESTS)
 CLEANFILES = $(GOBJECTS) *.log
-- 
GitLab