1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Rename the testsuite' directory to test-suite/vm'.

* testsuite: Move to...
* test-suite/vm: ... here.

* Makefile.am (SUBDIRS): Remove `testsuite'.

* configure.ac: Output `test-suite/vm/Makefile' instead of
  `testsuite/Makefile'.

* test-suite/Makefile.am (SUBDIRS): Add `vm'.
This commit is contained in:
Ludovic Courtès 2010-05-26 23:11:44 +02:00
parent f1046e6b78
commit aa592f96b0
26 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ AUTOMAKE_OPTIONS = 1.10
SUBDIRS = lib meta libguile guile-readline emacs \
srfi examples test-suite benchmark-suite am \
module doc testsuite
module doc
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
libguileinclude_HEADERS = libguile.h

View file

@ -1632,9 +1632,9 @@ AC_CONFIG_FILES([
guile-readline/Makefile
test-suite/Makefile
test-suite/standalone/Makefile
test-suite/vm/Makefile
meta/Makefile
module/Makefile
testsuite/Makefile
])
AC_CONFIG_FILES([meta/guile-2.0.pc])

View file

@ -19,7 +19,7 @@
## write to the Free Software Foundation, Inc., 51 Franklin Street,
## Fifth Floor, Boston, MA 02110-1301 USA
SUBDIRS = standalone
SUBDIRS = standalone vm
SCM_TESTS = tests/00-initial-env.test \
tests/alist.test \