summaryrefslogtreecommitdiff
path: root/test-suite/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-04-21 17:06:48 -0400
committerAndy Wingo <wingo@pobox.com>2012-04-23 21:46:06 +0200
commitd10f7b572c0ca1ccef87f9c46069daa30946e0cf (patch)
tree8e1d567222a8091610980ec3f7b4f37960f1707c /test-suite/Makefile.am
parent7a4188c4492736f7afd7304a01eaebc3474ccdee (diff)
downloadguile-d10f7b572c0ca1ccef87f9c46069daa30946e0cf.tar.gz
move (test-suite lib) to lower dir; cleans up uninstalled paths.
* check-guile.in: * test-suite/Makefile.am: * test-suite/test-suite/lib.scm: * benchmark-guile.in: * benchmark-suite/Makefile.am: * benchmark-suite/benchmark-suite/lib.scm: Lower the lib modules in the source tree. This lets us remove top_srcdir and top_builddir from the uninstalled paths. * test-suite/tests/asm-to-bytecode.test: * test-suite/tests/brainfuck.test: * test-suite/tests/compiler.test: * test-suite/tests/ftw.test: * test-suite/tests/gc.test: * test-suite/tests/match.test: * test-suite/tests/rnrs-libraries.test: * test-suite/tests/rnrs-test-a.scm: * test-suite/tests/sxml.match.test: Adapt to not expect that module names be prefixed with "test-suite".
Diffstat (limited to 'test-suite/Makefile.am')
-rw-r--r--test-suite/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index a2f6def2c..c87af17d5 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in.
##
## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-## 2010, 2011 Software Foundation, Inc.
+## 2010, 2011, 2012 Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -165,7 +165,7 @@ SCM_TESTS = tests/00-initial-env.test \
EXTRA_DIST = \
guile-test \
- lib.scm \
+ test-suite/lib.scm \
$(SCM_TESTS) \
tests/rnrs-test-a.scm
ChangeLog-2008