mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
f1046e6b78
commit
aa592f96b0
26 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue