summaryrefslogtreecommitdiff
path: root/test-suite/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-09-27 22:45:30 +0200
committerAndy Wingo <wingo@pobox.com>2019-09-27 22:57:38 +0200
commit28318cba9c24aaeb22b12a0bcd7050496cd1a3c0 (patch)
tree6f6ddc772e29bfcc5fa6a8ec9eaf6796b8baca4a /test-suite/Makefile.am
parent1c88d51c2271ac1644f4c9d7cdf326c1b118f94b (diff)
downloadguile-28318cba9c24aaeb22b12a0bcd7050496cd1a3c0.tar.gz
Remove "vm" tests
These tests are no longer useful. * configure.ac: * test-suite/Makefile.am: Remove mentions. * test-suite/vm/Makefile.am: * test-suite/vm/run-vm-tests.scm: * test-suite/vm/t-basic-contructs.scm: * test-suite/vm/t-call-cc.scm: * test-suite/vm/t-catch.scm: * test-suite/vm/t-closure.scm: * test-suite/vm/t-closure2.scm: * test-suite/vm/t-closure3.scm: * test-suite/vm/t-closure4.scm: * test-suite/vm/t-do-loop.scm: * test-suite/vm/t-global-bindings.scm: * test-suite/vm/t-literal-integers.scm: * test-suite/vm/t-macros.scm: * test-suite/vm/t-macros2.scm: * test-suite/vm/t-map.scm: * test-suite/vm/t-match.scm: * test-suite/vm/t-mutual-toplevel-defines.scm: * test-suite/vm/t-or.scm: * test-suite/vm/t-proc-with-setter.scm: * test-suite/vm/t-quasiquote.scm: * test-suite/vm/t-records.scm: * test-suite/vm/t-values.scm: Remove.
Diffstat (limited to 'test-suite/Makefile.am')
-rw-r--r--test-suite/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index e15b92aff..3810197e2 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -1,7 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-## 2010, 2011, 2012, 2013, 2014 Software Foundation, Inc.
+## Copyright 2001-2019 Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -20,7 +19,7 @@
## write to the Free Software Foundation, Inc., 51 Franklin Street,
## Fifth Floor, Boston, MA 02110-1301 USA
-SUBDIRS = standalone vm
+SUBDIRS = standalone
SCM_TESTS = tests/00-initial-env.test \
tests/00-repl-server.test \