From 00c4543c9844ac584929a16e4d2d44b577b6dea1 Mon Sep 17 00:00:00 2001 From: Detlev Zundel Date: Fri, 1 Apr 2011 16:30:44 +0200 Subject: [PATCH 3/3] Fix command line parameter for test execution Signed-off-by: Detlev Zundel --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 509d1be..ae9a6a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,6 @@ SUFFIXES = .scm .go TESTS = \ tests/basic.test -TESTS_ENVIRONMENT = $(abs_top_builddir)/env $(GUILE) --no-autocompile +TESTS_ENVIRONMENT = $(abs_top_builddir)/env $(GUILE) --no-auto-compile EXTRA_DIST = $(SOURCES) $(NOCOMP_SOURCES) $(TESTS) -- 1.7.4.1