Rename the `testsuite' directory to `test-suite/vm'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 26 May 2010 21:11:44 +0000 (23:11 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 26 May 2010 21:41:24 +0000 (23:41 +0200)
commitaa592f96b02b203ced91c7153c0411dc432107a5
tree5010c4b9f40ff3b3e0cc797fdc5d4c02cbd876fc
parentf1046e6b78f3044db6d9fd64cf272864366a1182
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'.
26 files changed:
Makefile.am
configure.ac
test-suite/Makefile.am
test-suite/vm/Makefile.am [moved from testsuite/Makefile.am with 100% similarity]
test-suite/vm/run-vm-tests.scm [moved from testsuite/run-vm-tests.scm with 100% similarity]
test-suite/vm/t-basic-contructs.scm [moved from testsuite/t-basic-contructs.scm with 100% similarity]
test-suite/vm/t-call-cc.scm [moved from testsuite/t-call-cc.scm with 100% similarity]
test-suite/vm/t-catch.scm [moved from testsuite/t-catch.scm with 100% similarity]
test-suite/vm/t-closure.scm [moved from testsuite/t-closure.scm with 100% similarity]
test-suite/vm/t-closure2.scm [moved from testsuite/t-closure2.scm with 100% similarity]
test-suite/vm/t-closure3.scm [moved from testsuite/t-closure3.scm with 100% similarity]
test-suite/vm/t-closure4.scm [moved from testsuite/t-closure4.scm with 100% similarity]
test-suite/vm/t-do-loop.scm [moved from testsuite/t-do-loop.scm with 100% similarity]
test-suite/vm/t-global-bindings.scm [moved from testsuite/t-global-bindings.scm with 100% similarity]
test-suite/vm/t-literal-integers.scm [moved from testsuite/t-literal-integers.scm with 100% similarity]
test-suite/vm/t-macros.scm [moved from testsuite/t-macros.scm with 100% similarity]
test-suite/vm/t-macros2.scm [moved from testsuite/t-macros2.scm with 100% similarity]
test-suite/vm/t-map.scm [moved from testsuite/t-map.scm with 100% similarity]
test-suite/vm/t-match.scm [moved from testsuite/t-match.scm with 100% similarity]
test-suite/vm/t-mutual-toplevel-defines.scm [moved from testsuite/t-mutual-toplevel-defines.scm with 100% similarity]
test-suite/vm/t-or.scm [moved from testsuite/t-or.scm with 100% similarity]
test-suite/vm/t-proc-with-setter.scm [moved from testsuite/t-proc-with-setter.scm with 100% similarity]
test-suite/vm/t-quasiquote.scm [moved from testsuite/t-quasiquote.scm with 100% similarity]
test-suite/vm/t-records.scm [moved from testsuite/t-records.scm with 100% similarity]
test-suite/vm/t-values.scm [moved from testsuite/t-values.scm with 100% similarity]
test-suite/vm/the-bug.txt [moved from testsuite/the-bug.txt with 100% similarity]