tests: rename 'tests/' => 't/', '*.test' => '*.sh'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 11:12:25 +0000 (13:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 19:29:30 +0000 (21:29 +0200)
commit8a5096d150cf9803b8963768b7366cd68edcce03
treea49c0e54876b8b9877d7ca2df386377e7b6037d1
parentf8e822bbc197f01fc722aa6def7cddb4182e3c66
tests: rename 'tests/' => 't/', '*.test' => '*.sh'

When we (soon) convert the Automake testsuite to a non-recursive
make setup, we'll have to fix the entries of $(TESTS) to be
prepended with the subdirectory they are in; this will increase
the length of $(TESTS), and thus increase the possibility of
exceeding the command-line length limits on some systems (most
notably, MinGW/MSYS).  See automake bug#7868 for more information.

Thus we rename the 'tests/' subdirectory to 't/', and each 'x.test'
script in there to 'x.sh'; this way, the $(TESTS) entry 'foo.test'
will become 't/foo.sh', which have the same number of characters.

* tests/: Rename ...
* t/: ... to this.
* t/*.test: Rename ...
* t/*.sh: ... to this.
* t/.gitignore: Removed as obsolete.
* t/defs: Adjust.
* t/gen-testsuite-part: Likewise.
* t/list-of-tests.mk: Likewise.
* t/ccnoco.sh: Likewise.
* t/ccnoco3.sh: Likewise.
* t/self-check-cleanup.tap: Likewise.
* t/self-check-dir.tap: Likewise.
* t/self-check-me.tap: Likewise.
* t/self-check-reexec.tap: Likewise.
* README: Likewise.
* bootstrap: Likewise
* configure.ac: Likewise.
* Makefile.am: Likewise.
* .gitignore: Likewise.
* syntax-check.mk: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1240 files changed:
.gitignore
Makefile.am
README
bootstrap
configure.ac
syntax-checks.mk
t/CheckListOfTests.am [moved from tests/CheckListOfTests.am with 100% similarity]
t/Makefile.am [moved from tests/Makefile.am with 98% similarity]
t/README [moved from tests/README with 100% similarity]
t/ac-output-old.tap [moved from tests/ac-output-old.tap with 100% similarity]
t/acloca10.sh [moved from tests/acloca10.test with 100% similarity]
t/acloca11.sh [moved from tests/acloca11.test with 100% similarity]
t/acloca12.sh [moved from tests/acloca12.test with 100% similarity]
t/acloca13.sh [moved from tests/acloca13.test with 100% similarity]
t/acloca14.sh [moved from tests/acloca14.test with 100% similarity]
t/acloca15.sh [moved from tests/acloca15.test with 100% similarity]
t/acloca16.sh [moved from tests/acloca16.test with 100% similarity]
t/acloca17.sh [moved from tests/acloca17.test with 100% similarity]
t/acloca18.sh [moved from tests/acloca18.test with 100% similarity]
t/acloca19.sh [moved from tests/acloca19.test with 100% similarity]
t/acloca20.sh [moved from tests/acloca20.test with 100% similarity]
t/acloca21.sh [moved from tests/acloca21.test with 100% similarity]
t/acloca22.sh [moved from tests/acloca22.test with 100% similarity]
t/acloca23.sh [moved from tests/acloca23.test with 100% similarity]
t/aclocal-acdir.sh [moved from tests/aclocal-acdir.test with 100% similarity]
t/aclocal-install-absdir.sh [moved from tests/aclocal-install-absdir.test with 100% similarity]
t/aclocal-install-fail.sh [moved from tests/aclocal-install-fail.test with 100% similarity]
t/aclocal-install-mkdir.sh [moved from tests/aclocal-install-mkdir.test with 100% similarity]
t/aclocal-no-install-no-mkdir.sh [moved from tests/aclocal-no-install-no-mkdir.test with 100% similarity]
t/aclocal-path-install-serial.sh [moved from tests/aclocal-path-install-serial.test with 100% similarity]
t/aclocal-path-install.sh [moved from tests/aclocal-path-install.test with 100% similarity]
t/aclocal-path-nonexistent.sh [moved from tests/aclocal-path-nonexistent.test with 100% similarity]
t/aclocal-path-precedence.sh [moved from tests/aclocal-path-precedence.test with 100% similarity]
t/aclocal-path.sh [moved from tests/aclocal-path.test with 100% similarity]
t/aclocal-print-acdir.sh [moved from tests/aclocal-print-acdir.test with 100% similarity]
t/aclocal-verbose-install.sh [moved from tests/aclocal-verbose-install.test with 100% similarity]
t/aclocal.sh [moved from tests/aclocal.test with 100% similarity]
t/aclocal3.sh [moved from tests/aclocal3.test with 100% similarity]
t/aclocal4.sh [moved from tests/aclocal4.test with 100% similarity]
t/aclocal5.sh [moved from tests/aclocal5.test with 100% similarity]
t/aclocal6.sh [moved from tests/aclocal6.test with 100% similarity]
t/aclocal7.sh [moved from tests/aclocal7.test with 100% similarity]
t/aclocal8.sh [moved from tests/aclocal8.test with 100% similarity]
t/aclocal9.sh [moved from tests/aclocal9.test with 100% similarity]
t/acsilent.sh [moved from tests/acsilent.test with 100% similarity]
t/acsubst.sh [moved from tests/acsubst.test with 100% similarity]
t/acsubst2.sh [moved from tests/acsubst2.test with 100% similarity]
t/add-missing.tap [moved from tests/add-missing.tap with 100% similarity]
t/all.sh [moved from tests/all.test with 100% similarity]
t/all2.sh [moved from tests/all2.test with 100% similarity]
t/alloca.sh [moved from tests/alloca.test with 100% similarity]
t/alloca2.sh [moved from tests/alloca2.test with 100% similarity]
t/alpha.sh [moved from tests/alpha.test with 100% similarity]
t/alpha2.sh [moved from tests/alpha2.test with 100% similarity]
t/am-tests-environment.sh [moved from tests/am-tests-environment.test with 100% similarity]
t/amassign.sh [moved from tests/amassign.test with 100% similarity]
t/amhello-binpkg.sh [moved from tests/amhello-binpkg.test with 100% similarity]
t/amhello-cflags.sh [moved from tests/amhello-cflags.test with 100% similarity]
t/amhello-cross-compile.sh [moved from tests/amhello-cross-compile.test with 100% similarity]
t/ammissing.sh [moved from tests/ammissing.test with 100% similarity]
t/amopt.sh [moved from tests/amopt.test with 100% similarity]
t/amopts-location.sh [moved from tests/amopts-location.test with 100% similarity]
t/amopts-variable-expansion.sh [moved from tests/amopts-variable-expansion.test with 100% similarity]
t/amsubst.sh [moved from tests/amsubst.test with 100% similarity]
t/ansi2knr-no-more.sh [moved from tests/ansi2knr-no-more.test with 100% similarity]
t/ar-lib.sh [moved from tests/ar-lib.test with 100% similarity]
t/ar-lib2.sh [moved from tests/ar-lib2.test with 100% similarity]
t/ar-lib3.sh [moved from tests/ar-lib3.test with 100% similarity]
t/ar-lib4.sh [moved from tests/ar-lib4.test with 100% similarity]
t/ar-lib5a.sh [moved from tests/ar-lib5a.test with 100% similarity]
t/ar-lib5b.sh [moved from tests/ar-lib5b.test with 100% similarity]
t/ar-lib6a.sh [moved from tests/ar-lib6a.test with 100% similarity]
t/ar-lib6b.sh [moved from tests/ar-lib6b.test with 100% similarity]
t/ar-lib7.sh [moved from tests/ar-lib7.test with 100% similarity]
t/ar.sh [moved from tests/ar.test with 100% similarity]
t/ar2.sh [moved from tests/ar2.test with 100% similarity]
t/ar3.sh [moved from tests/ar3.test with 100% similarity]
t/ar4.sh [moved from tests/ar4.test with 100% similarity]
t/ar5.sh [moved from tests/ar5.test with 100% similarity]
t/asm.sh [moved from tests/asm.test with 100% similarity]
t/asm2.sh [moved from tests/asm2.test with 100% similarity]
t/asm3.sh [moved from tests/asm3.test with 100% similarity]
t/autodist-acconfig-no-subdir.sh [moved from tests/autodist-acconfig-no-subdir.test with 100% similarity]
t/autodist-acconfig.sh [moved from tests/autodist-acconfig.test with 100% similarity]
t/autodist-aclocal-m4.sh [moved from tests/autodist-aclocal-m4.test with 100% similarity]
t/autodist-config-headers.sh [moved from tests/autodist-config-headers.test with 100% similarity]
t/autodist-configure-no-subdir.sh [moved from tests/autodist-configure-no-subdir.test with 100% similarity]
t/autodist-no-duplicate.sh [moved from tests/autodist-no-duplicate.test with 100% similarity]
t/autodist-stamp-vti.sh [moved from tests/autodist-stamp-vti.test with 100% similarity]
t/autodist-subdir.sh [moved from tests/autodist-subdir.test with 100% similarity]
t/autodist.sh [moved from tests/autodist.test with 100% similarity]
t/autohdr.sh [moved from tests/autohdr.test with 100% similarity]
t/autohdr2.sh [moved from tests/autohdr2.test with 100% similarity]
t/autohdr3.sh [moved from tests/autohdr3.test with 100% similarity]
t/autohdr4.sh [moved from tests/autohdr4.test with 100% similarity]
t/autohdrdry.sh [moved from tests/autohdrdry.test with 100% similarity]
t/automake-cmdline.tap [moved from tests/automake-cmdline.tap with 100% similarity]
t/auxdir-autodetect.sh [moved from tests/auxdir-autodetect.test with 100% similarity]
t/auxdir-computed.tap [moved from tests/auxdir-computed.tap with 100% similarity]
t/auxdir-misplaced.sh [moved from tests/auxdir-misplaced.test with 100% similarity]
t/auxdir-nonexistent.sh [moved from tests/auxdir-nonexistent.test with 100% similarity]
t/auxdir-unportable.tap [moved from tests/auxdir-unportable.tap with 100% similarity]
t/auxdir.sh [moved from tests/auxdir.test with 100% similarity]
t/auxdir6.sh [moved from tests/auxdir6.test with 100% similarity]
t/auxdir7.sh [moved from tests/auxdir7.test with 100% similarity]
t/auxdir8.sh [moved from tests/auxdir8.test with 100% similarity]
t/ax/depcomp.sh [moved from tests/ax/depcomp.sh with 100% similarity]
t/ax/distcheck-hook-m4.am [moved from tests/ax/distcheck-hook-m4.am with 100% similarity]
t/ax/extract-testsuite-summary.pl [moved from tests/ax/extract-testsuite-summary.pl with 100% similarity]
t/ax/is [moved from tests/ax/is with 100% similarity]
t/ax/plain-functions.sh [moved from tests/ax/plain-functions.sh with 100% similarity]
t/ax/tap-functions.sh [moved from tests/ax/tap-functions.sh with 100% similarity]
t/ax/tap-setup.sh [moved from tests/ax/tap-setup.sh with 100% similarity]
t/ax/tap-summary-aux.sh [moved from tests/ax/tap-summary-aux.sh with 100% similarity]
t/ax/testsuite-summary-checks.sh [moved from tests/ax/testsuite-summary-checks.sh with 100% similarity]
t/ax/trivial-test-driver [moved from tests/ax/trivial-test-driver with 100% similarity]
t/backcompat.sh [moved from tests/backcompat.test with 100% similarity]
t/backcompat2.sh [moved from tests/backcompat2.test with 100% similarity]
t/backcompat3.sh [moved from tests/backcompat3.test with 100% similarity]
t/backcompat4.sh [moved from tests/backcompat4.test with 100% similarity]
t/backcompat5.sh [moved from tests/backcompat5.test with 100% similarity]
t/backcompat6.sh [moved from tests/backcompat6.test with 100% similarity]
t/backsl.sh [moved from tests/backsl.test with 100% similarity]
t/backsl2.sh [moved from tests/backsl2.test with 100% similarity]
t/backsl3.sh [moved from tests/backsl3.test with 100% similarity]
t/backsl4.sh [moved from tests/backsl4.test with 100% similarity]
t/badline.sh [moved from tests/badline.test with 100% similarity]
t/badopt.sh [moved from tests/badopt.test with 100% similarity]
t/badprog.sh [moved from tests/badprog.test with 100% similarity]
t/block.sh [moved from tests/block.test with 100% similarity]
t/bsource.sh [moved from tests/bsource.test with 100% similarity]
t/candist.sh [moved from tests/candist.test with 100% similarity]
t/canon-name.sh [moved from tests/canon-name.test with 100% similarity]
t/canon.sh [moved from tests/canon.test with 100% similarity]
t/canon2.sh [moved from tests/canon2.test with 100% similarity]
t/canon3.sh [moved from tests/canon3.test with 100% similarity]
t/canon4.sh [moved from tests/canon4.test with 100% similarity]
t/canon5.sh [moved from tests/canon5.test with 100% similarity]
t/canon6.sh [moved from tests/canon6.test with 100% similarity]
t/canon7.sh [moved from tests/canon7.test with 100% similarity]
t/canon8.sh [moved from tests/canon8.test with 100% similarity]
t/ccnoco.sh [moved from tests/ccnoco.test with 95% similarity]
t/ccnoco2.sh [moved from tests/ccnoco2.test with 100% similarity]
t/ccnoco3.sh [moved from tests/ccnoco3.test with 95% similarity]
t/check-concurrency-bug9245.sh [moved from tests/check-concurrency-bug9245.test with 100% similarity]
t/check-exported-srcdir.sh [moved from tests/check-exported-srcdir.test with 100% similarity]
t/check-fd-redirect.sh [moved from tests/check-fd-redirect.test with 100% similarity]
t/check-no-test-driver.sh [moved from tests/check-no-test-driver.test with 100% similarity]
t/check-subst-prog.sh [moved from tests/check-subst-prog.test with 100% similarity]
t/check-subst.sh [moved from tests/check-subst.test with 100% similarity]
t/check-tests-in-builddir.sh [moved from tests/check-tests-in-builddir.test with 100% similarity]
t/check.sh [moved from tests/check.test with 100% similarity]
t/check10.sh [moved from tests/check10.test with 100% similarity]
t/check11.sh [moved from tests/check11.test with 100% similarity]
t/check12.sh [moved from tests/check12.test with 100% similarity]
t/check2.sh [moved from tests/check2.test with 100% similarity]
t/check3.sh [moved from tests/check3.test with 100% similarity]
t/check4.sh [moved from tests/check4.test with 100% similarity]
t/check5.sh [moved from tests/check5.test with 100% similarity]
t/check6.sh [moved from tests/check6.test with 100% similarity]
t/check7.sh [moved from tests/check7.test with 100% similarity]
t/check8.sh [moved from tests/check8.test with 100% similarity]
t/checkall.sh [moved from tests/checkall.test with 100% similarity]
t/clean.sh [moved from tests/clean.test with 100% similarity]
t/clean2.sh [moved from tests/clean2.test with 100% similarity]
t/colneq.sh [moved from tests/colneq.test with 100% similarity]
t/colneq2.sh [moved from tests/colneq2.test with 100% similarity]
t/colneq3.sh [moved from tests/colneq3.test with 100% similarity]
t/colon.sh [moved from tests/colon.test with 100% similarity]
t/colon2.sh [moved from tests/colon2.test with 100% similarity]
t/colon3.sh [moved from tests/colon3.test with 100% similarity]
t/colon4.sh [moved from tests/colon4.test with 100% similarity]
t/colon5.sh [moved from tests/colon5.test with 100% similarity]
t/colon6.sh [moved from tests/colon6.test with 100% similarity]
t/colon7.sh [moved from tests/colon7.test with 100% similarity]
t/color.sh [moved from tests/color.test with 100% similarity]
t/color2.sh [moved from tests/color2.test with 100% similarity]
t/commen10.sh [moved from tests/commen10.test with 100% similarity]
t/commen11.sh [moved from tests/commen11.test with 100% similarity]
t/comment.sh [moved from tests/comment.test with 100% similarity]
t/comment2.sh [moved from tests/comment2.test with 100% similarity]
t/comment3.sh [moved from tests/comment3.test with 100% similarity]
t/comment4.sh [moved from tests/comment4.test with 100% similarity]
t/comment5.sh [moved from tests/comment5.test with 100% similarity]
t/comment6.sh [moved from tests/comment6.test with 100% similarity]
t/comment7.sh [moved from tests/comment7.test with 100% similarity]
t/comment8.sh [moved from tests/comment8.test with 100% similarity]
t/comment9.sh [moved from tests/comment9.test with 100% similarity]
t/comments-in-var-def.sh [moved from tests/comments-in-var-def.test with 100% similarity]
t/compile.sh [moved from tests/compile.test with 100% similarity]
t/compile2.sh [moved from tests/compile2.test with 100% similarity]
t/compile3.sh [moved from tests/compile3.test with 100% similarity]
t/compile4.sh [moved from tests/compile4.test with 100% similarity]
t/compile5.sh [moved from tests/compile5.test with 100% similarity]
t/compile6.sh [moved from tests/compile6.test with 100% similarity]
t/compile_f90_c_cxx.sh [moved from tests/compile_f90_c_cxx.test with 100% similarity]
t/compile_f_c_cxx.sh [moved from tests/compile_f_c_cxx.test with 100% similarity]
t/cond-basic.sh [moved from tests/cond-basic.test with 100% similarity]
t/cond.sh [moved from tests/cond.test with 100% similarity]
t/cond10.sh [moved from tests/cond10.test with 100% similarity]
t/cond11.sh [moved from tests/cond11.test with 100% similarity]
t/cond13.sh [moved from tests/cond13.test with 100% similarity]
t/cond14.sh [moved from tests/cond14.test with 100% similarity]
t/cond15.sh [moved from tests/cond15.test with 100% similarity]
t/cond16.sh [moved from tests/cond16.test with 100% similarity]
t/cond17.sh [moved from tests/cond17.test with 100% similarity]
t/cond18.sh [moved from tests/cond18.test with 100% similarity]
t/cond19.sh [moved from tests/cond19.test with 100% similarity]
t/cond2.sh [moved from tests/cond2.test with 100% similarity]
t/cond20.sh [moved from tests/cond20.test with 100% similarity]
t/cond21.sh [moved from tests/cond21.test with 100% similarity]
t/cond22.sh [moved from tests/cond22.test with 100% similarity]
t/cond23.sh [moved from tests/cond23.test with 100% similarity]
t/cond24.sh [moved from tests/cond24.test with 100% similarity]
t/cond25.sh [moved from tests/cond25.test with 100% similarity]
t/cond26.sh [moved from tests/cond26.test with 100% similarity]
t/cond27.sh [moved from tests/cond27.test with 100% similarity]
t/cond28.sh [moved from tests/cond28.test with 100% similarity]
t/cond29.sh [moved from tests/cond29.test with 100% similarity]
t/cond3.sh [moved from tests/cond3.test with 100% similarity]
t/cond30.sh [moved from tests/cond30.test with 100% similarity]
t/cond31.sh [moved from tests/cond31.test with 100% similarity]
t/cond32.sh [moved from tests/cond32.test with 100% similarity]
t/cond33.sh [moved from tests/cond33.test with 100% similarity]
t/cond34.sh [moved from tests/cond34.test with 100% similarity]
t/cond35.sh [moved from tests/cond35.test with 100% similarity]
t/cond36.sh [moved from tests/cond36.test with 100% similarity]
t/cond37.sh [moved from tests/cond37.test with 100% similarity]
t/cond38.sh [moved from tests/cond38.test with 100% similarity]
t/cond39.sh [moved from tests/cond39.test with 100% similarity]
t/cond4.sh [moved from tests/cond4.test with 100% similarity]
t/cond40.sh [moved from tests/cond40.test with 100% similarity]
t/cond41.sh [moved from tests/cond41.test with 100% similarity]
t/cond42.sh [moved from tests/cond42.test with 100% similarity]
t/cond43.sh [moved from tests/cond43.test with 100% similarity]
t/cond44.sh [moved from tests/cond44.test with 100% similarity]
t/cond45.sh [moved from tests/cond45.test with 100% similarity]
t/cond46.sh [moved from tests/cond46.test with 100% similarity]
t/cond5.sh [moved from tests/cond5.test with 100% similarity]
t/cond6.sh [moved from tests/cond6.test with 100% similarity]
t/cond7.sh [moved from tests/cond7.test with 100% similarity]
t/cond8.sh [moved from tests/cond8.test with 100% similarity]
t/cond9.sh [moved from tests/cond9.test with 100% similarity]
t/condd.sh [moved from tests/condd.test with 100% similarity]
t/condhook.sh [moved from tests/condhook.test with 100% similarity]
t/condhook2.sh [moved from tests/condhook2.test with 100% similarity]
t/condinc.sh [moved from tests/condinc.test with 100% similarity]
t/condinc2.sh [moved from tests/condinc2.test with 100% similarity]
t/condlib.sh [moved from tests/condlib.test with 100% similarity]
t/condman2.sh [moved from tests/condman2.test with 100% similarity]
t/condman3.sh [moved from tests/condman3.test with 100% similarity]
t/confdeps.sh [moved from tests/confdeps.test with 100% similarity]
t/conff.sh [moved from tests/conff.test with 100% similarity]
t/conff2.sh [moved from tests/conff2.test with 100% similarity]
t/conffile-leading-dot.sh [moved from tests/conffile-leading-dot.test with 100% similarity]
t/confh.sh [moved from tests/confh.test with 100% similarity]
t/confh4.sh [moved from tests/confh4.test with 100% similarity]
t/confh5.sh [moved from tests/confh5.test with 100% similarity]
t/confh6.sh [moved from tests/confh6.test with 100% similarity]
t/confh7.sh [moved from tests/confh7.test with 100% similarity]
t/confh8.sh [moved from tests/confh8.test with 100% similarity]
t/configure.sh [moved from tests/configure.test with 100% similarity]
t/confincl.sh [moved from tests/confincl.test with 100% similarity]
t/conflnk.sh [moved from tests/conflnk.test with 100% similarity]
t/conflnk2.sh [moved from tests/conflnk2.test with 100% similarity]
t/conflnk3.sh [moved from tests/conflnk3.test with 100% similarity]
t/conflnk4.sh [moved from tests/conflnk4.test with 100% similarity]
t/confsub.sh [moved from tests/confsub.test with 100% similarity]
t/confvar.sh [moved from tests/confvar.test with 100% similarity]
t/confvar2.sh [moved from tests/confvar2.test with 100% similarity]
t/copy.sh [moved from tests/copy.test with 100% similarity]
t/cscope.tap [moved from tests/cscope.tap with 100% similarity]
t/cscope2.sh [moved from tests/cscope2.test with 100% similarity]
t/cscope3.sh [moved from tests/cscope3.test with 100% similarity]
t/cxx.sh [moved from tests/cxx.test with 100% similarity]
t/cxx2.sh [moved from tests/cxx2.test with 100% similarity]
t/cxxcpp.sh [moved from tests/cxxcpp.test with 100% similarity]
t/cxxlibobj.sh [moved from tests/cxxlibobj.test with 100% similarity]
t/cxxlink.sh [moved from tests/cxxlink.test with 100% similarity]
t/cxxnoc.sh [moved from tests/cxxnoc.test with 100% similarity]
t/cxxo.sh [moved from tests/cxxo.test with 100% similarity]
t/cygnus-check-without-all.sh [moved from tests/cygnus-check-without-all.test with 100% similarity]
t/cygnus-dependency-tracking.sh [moved from tests/cygnus-dependency-tracking.test with 100% similarity]
t/cygnus-imply-foreign.sh [moved from tests/cygnus-imply-foreign.test with 100% similarity]
t/cygnus-no-dist.sh [moved from tests/cygnus-no-dist.test with 100% similarity]
t/cygnus-no-installinfo.sh [moved from tests/cygnus-no-installinfo.test with 100% similarity]
t/cygnus-requires-maintainer-mode.sh [moved from tests/cygnus-requires-maintainer-mode.test with 100% similarity]
t/cygwin32.sh [moved from tests/cygwin32.test with 100% similarity]
t/dash.sh [moved from tests/dash.test with 100% similarity]
t/defs [moved from tests/defs with 99% similarity]
t/defs-static.in [moved from tests/defs-static.in with 100% similarity]
t/defun.sh [moved from tests/defun.test with 100% similarity]
t/defun2.sh [moved from tests/defun2.test with 100% similarity]
t/dejagnu-absolute-builddir.sh [moved from tests/dejagnu-absolute-builddir.test with 100% similarity]
t/dejagnu-relative-srcdir.sh [moved from tests/dejagnu-relative-srcdir.test with 100% similarity]
t/dejagnu-siteexp-append.sh [moved from tests/dejagnu-siteexp-append.test with 100% similarity]
t/dejagnu-siteexp-extend.sh [moved from tests/dejagnu-siteexp-extend.test with 100% similarity]
t/dejagnu-siteexp-useredit.sh [moved from tests/dejagnu-siteexp-useredit.test with 100% similarity]
t/dejagnu.sh [moved from tests/dejagnu.test with 100% similarity]
t/dejagnu2.sh [moved from tests/dejagnu2.test with 100% similarity]
t/dejagnu3.sh [moved from tests/dejagnu3.test with 100% similarity]
t/dejagnu4.sh [moved from tests/dejagnu4.test with 100% similarity]
t/dejagnu5.sh [moved from tests/dejagnu5.test with 100% similarity]
t/dejagnu6.sh [moved from tests/dejagnu6.test with 100% similarity]
t/dejagnu7.sh [moved from tests/dejagnu7.test with 100% similarity]
t/deleted-am.sh [moved from tests/deleted-am.test with 100% similarity]
t/deleted-m4.sh [moved from tests/deleted-m4.test with 100% similarity]
t/depacl2.sh [moved from tests/depacl2.test with 100% similarity]
t/depcomp.sh [moved from tests/depcomp.test with 100% similarity]
t/depcomp2.sh [moved from tests/depcomp2.test with 100% similarity]
t/depcomp8a.sh [moved from tests/depcomp8a.test with 100% similarity]
t/depcomp8b.sh [moved from tests/depcomp8b.test with 100% similarity]
t/depdist.sh [moved from tests/depdist.test with 100% similarity]
t/depend.sh [moved from tests/depend.test with 100% similarity]
t/depend3.sh [moved from tests/depend3.test with 100% similarity]
t/depend4.sh [moved from tests/depend4.test with 100% similarity]
t/depend5.sh [moved from tests/depend5.test with 100% similarity]
t/depend6.sh [moved from tests/depend6.test with 100% similarity]
t/deprecated-acinit.sh [moved from tests/deprecated-acinit.test with 100% similarity]
t/destdir.sh [moved from tests/destdir.test with 100% similarity]
t/dirlist-abspath.sh [moved from tests/dirlist-abspath.test with 100% similarity]
t/dirlist.sh [moved from tests/dirlist.test with 100% similarity]
t/dirlist2.sh [moved from tests/dirlist2.test with 100% similarity]
t/discover.sh [moved from tests/discover.test with 100% similarity]
t/dist-auxdir-many-subdirs.sh [moved from tests/dist-auxdir-many-subdirs.test with 100% similarity]
t/dist-auxfile-2.sh [moved from tests/dist-auxfile-2.test with 100% similarity]
t/dist-auxfile.sh [moved from tests/dist-auxfile.test with 100% similarity]
t/dist-formats.tap [moved from tests/dist-formats.tap with 100% similarity]
t/dist-included-parent-dir.sh [moved from tests/dist-included-parent-dir.test with 100% similarity]
t/dist-missing-am.sh [moved from tests/dist-missing-am.test with 100% similarity]
t/dist-missing-included-m4.sh [moved from tests/dist-missing-included-m4.test with 100% similarity]
t/dist-missing-m4.sh [moved from tests/dist-missing-m4.test with 100% similarity]
t/dist-pr109765.sh [moved from tests/dist-pr109765.test with 100% similarity]
t/dist-readonly.sh [moved from tests/dist-readonly.test with 100% similarity]
t/dist-repeated.sh [moved from tests/dist-repeated.test with 100% similarity]
t/distcheck-configure-flags-am.sh [moved from tests/distcheck-configure-flags-am.test with 100% similarity]
t/distcheck-configure-flags-subpkg.sh [moved from tests/distcheck-configure-flags-subpkg.test with 100% similarity]
t/distcheck-configure-flags.sh [moved from tests/distcheck-configure-flags.test with 100% similarity]
t/distcheck-hook.sh [moved from tests/distcheck-hook.test with 100% similarity]
t/distcheck-hook2.sh [moved from tests/distcheck-hook2.test with 100% similarity]
t/distcheck-missing-m4.sh [moved from tests/distcheck-missing-m4.test with 100% similarity]
t/distcheck-outdated-m4.sh [moved from tests/distcheck-outdated-m4.test with 100% similarity]
t/distcheck-override-infodir.sh [moved from tests/distcheck-override-infodir.test with 100% similarity]
t/distcheck-pr10470.sh [moved from tests/distcheck-pr10470.test with 100% similarity]
t/distcheck-pr9579.sh [moved from tests/distcheck-pr9579.test with 100% similarity]
t/distcheck-writable-srcdir.sh [moved from tests/distcheck-writable-srcdir.test with 100% similarity]
t/distcleancheck.sh [moved from tests/distcleancheck.test with 100% similarity]
t/distcom-subdir.sh [moved from tests/distcom-subdir.test with 100% similarity]
t/distcom2.sh [moved from tests/distcom2.test with 100% similarity]
t/distcom3.sh [moved from tests/distcom3.test with 100% similarity]
t/distcom4.sh [moved from tests/distcom4.test with 100% similarity]
t/distcom5.sh [moved from tests/distcom5.test with 100% similarity]
t/distdir.sh [moved from tests/distdir.test with 100% similarity]
t/disthook.sh [moved from tests/disthook.test with 100% similarity]
t/distlinks.sh [moved from tests/distlinks.test with 100% similarity]
t/distlinksbrk.sh [moved from tests/distlinksbrk.test with 100% similarity]
t/distname.sh [moved from tests/distname.test with 100% similarity]
t/dmalloc.sh [moved from tests/dmalloc.test with 100% similarity]
t/doc-parsing-buglets-colneq-subst.sh [moved from tests/doc-parsing-buglets-colneq-subst.test with 100% similarity]
t/doc-parsing-buglets-tabs.sh [moved from tests/doc-parsing-buglets-tabs.test with 100% similarity]
t/dollar.sh [moved from tests/dollar.test with 100% similarity]
t/dollarvar.sh [moved from tests/dollarvar.test with 100% similarity]
t/dollarvar2.sh [moved from tests/dollarvar2.test with 100% similarity]
t/double.sh [moved from tests/double.test with 100% similarity]
t/dup2.sh [moved from tests/dup2.test with 100% similarity]
t/else.sh [moved from tests/else.test with 100% similarity]
t/empty.sh [moved from tests/empty.test with 100% similarity]
t/empty2.sh [moved from tests/empty2.test with 100% similarity]
t/empty3.sh [moved from tests/empty3.test with 100% similarity]
t/empty4.sh [moved from tests/empty4.test with 100% similarity]
t/exdir.sh [moved from tests/exdir.test with 100% similarity]
t/exdir2.sh [moved from tests/exdir2.test with 100% similarity]
t/exdir3.sh [moved from tests/exdir3.test with 100% similarity]
t/exeext.sh [moved from tests/exeext.test with 100% similarity]
t/exeext2.sh [moved from tests/exeext2.test with 100% similarity]
t/exeext3.sh [moved from tests/exeext3.test with 100% similarity]
t/exeext4.sh [moved from tests/exeext4.test with 100% similarity]
t/exsource.sh [moved from tests/exsource.test with 100% similarity]
t/ext.sh [moved from tests/ext.test with 100% similarity]
t/ext2.sh [moved from tests/ext2.test with 100% similarity]
t/ext3.sh [moved from tests/ext3.test with 100% similarity]
t/extra-portability.sh [moved from tests/extra-portability.test with 100% similarity]
t/extra-portability2.sh [moved from tests/extra-portability2.test with 100% similarity]
t/extra-portability3.sh [moved from tests/extra-portability3.test with 100% similarity]
t/extra-programs-empty.sh [moved from tests/extra-programs-empty.test with 100% similarity]
t/extra.sh [moved from tests/extra.test with 100% similarity]
t/extra10.sh [moved from tests/extra10.test with 100% similarity]
t/extra11.sh [moved from tests/extra11.test with 100% similarity]
t/extra12.sh [moved from tests/extra12.test with 100% similarity]
t/extra2.sh [moved from tests/extra2.test with 100% similarity]
t/extra3.sh [moved from tests/extra3.test with 100% similarity]
t/extra4.sh [moved from tests/extra4.test with 100% similarity]
t/extra5.sh [moved from tests/extra5.test with 100% similarity]
t/extra6.sh [moved from tests/extra6.test with 100% similarity]
t/extra7.sh [moved from tests/extra7.test with 100% similarity]
t/extra8.sh [moved from tests/extra8.test with 100% similarity]
t/extra9.sh [moved from tests/extra9.test with 100% similarity]
t/extradep.sh [moved from tests/extradep.test with 100% similarity]
t/extradep2.sh [moved from tests/extradep2.test with 100% similarity]
t/f90only.sh [moved from tests/f90only.test with 100% similarity]
t/flavor.sh [moved from tests/flavor.test with 100% similarity]
t/flibs.sh [moved from tests/flibs.test with 100% similarity]
t/fn99.sh [moved from tests/fn99.test with 100% similarity]
t/fn99subdir.sh [moved from tests/fn99subdir.test with 100% similarity]
t/fnoc.sh [moved from tests/fnoc.test with 100% similarity]
t/fo.sh [moved from tests/fo.test with 100% similarity]
t/fonly.sh [moved from tests/fonly.test with 100% similarity]
t/forcemiss.sh [moved from tests/forcemiss.test with 100% similarity]
t/forcemiss2.sh [moved from tests/forcemiss2.test with 100% similarity]
t/fort1.sh [moved from tests/fort1.test with 100% similarity]
t/fort2.sh [moved from tests/fort2.test with 100% similarity]
t/fort4.sh [moved from tests/fort4.test with 100% similarity]
t/fort5.sh [moved from tests/fort5.test with 100% similarity]
t/fortdep.sh [moved from tests/fortdep.test with 100% similarity]
t/gcj.sh [moved from tests/gcj.test with 100% similarity]
t/gcj2.sh [moved from tests/gcj2.test with 100% similarity]
t/gcj3.sh [moved from tests/gcj3.test with 100% similarity]
t/gcj4.sh [moved from tests/gcj4.test with 100% similarity]
t/gcj5.sh [moved from tests/gcj5.test with 100% similarity]
t/gcj6.sh [moved from tests/gcj6.test with 100% similarity]
t/gen-testsuite-part [moved from tests/gen-testsuite-part with 99% similarity]
t/get-sysconf.sh [moved from tests/get-sysconf.test with 100% similarity]
t/gettext-macros.sh [moved from tests/gettext-macros.test with 100% similarity]
t/gettext.sh [moved from tests/gettext.test with 100% similarity]
t/gettext2.sh [moved from tests/gettext2.test with 100% similarity]
t/gettext3.sh [moved from tests/gettext3.test with 100% similarity]
t/gnits.sh [moved from tests/gnits.test with 100% similarity]
t/gnits2.sh [moved from tests/gnits2.test with 100% similarity]
t/gnits3.sh [moved from tests/gnits3.test with 100% similarity]
t/gnumake.sh [moved from tests/gnumake.test with 100% similarity]
t/gnuwarn.sh [moved from tests/gnuwarn.test with 100% similarity]
t/gnuwarn2.sh [moved from tests/gnuwarn2.test with 100% similarity]
t/hdr-vars-defined-once.sh [moved from tests/hdr-vars-defined-once.test with 100% similarity]
t/header.sh [moved from tests/header.test with 100% similarity]
t/help-depend.sh [moved from tests/help-depend.test with 100% similarity]
t/help-depend2.sh [moved from tests/help-depend2.test with 100% similarity]
t/help-dmalloc.sh [moved from tests/help-dmalloc.test with 100% similarity]
t/help-init.sh [moved from tests/help-init.test with 100% similarity]
t/help-lispdir.sh [moved from tests/help-lispdir.test with 100% similarity]
t/help-multilib.sh [moved from tests/help-multilib.test with 100% similarity]
t/help-python.sh [moved from tests/help-python.test with 100% similarity]
t/help-silent.sh [moved from tests/help-silent.test with 100% similarity]
t/help-upc.sh [moved from tests/help-upc.test with 100% similarity]
t/help.sh [moved from tests/help.test with 100% similarity]
t/help2.sh [moved from tests/help2.test with 100% similarity]
t/help3.sh [moved from tests/help3.test with 100% similarity]
t/help4.sh [moved from tests/help4.test with 100% similarity]
t/hfs.sh [moved from tests/hfs.test with 100% similarity]
t/implicit.sh [moved from tests/implicit.test with 100% similarity]
t/info.sh [moved from tests/info.test with 100% similarity]
t/init.sh [moved from tests/init.test with 100% similarity]
t/init2.sh [moved from tests/init2.test with 100% similarity]
t/insh2.sh [moved from tests/insh2.test with 100% similarity]
t/install-info-dir.sh [moved from tests/install-info-dir.test with 100% similarity]
t/install2.sh [moved from tests/install2.test with 100% similarity]
t/installdir.sh [moved from tests/installdir.test with 100% similarity]
t/instdat.sh [moved from tests/instdat.test with 100% similarity]
t/instdat2.sh [moved from tests/instdat2.test with 100% similarity]
t/instdir-cond.sh [moved from tests/instdir-cond.test with 100% similarity]
t/instdir-cond2.sh [moved from tests/instdir-cond2.test with 100% similarity]
t/instdir-java.sh [moved from tests/instdir-java.test with 100% similarity]
t/instdir-lisp.sh [moved from tests/instdir-lisp.test with 100% similarity]
t/instdir-ltlib.sh [moved from tests/instdir-ltlib.test with 100% similarity]
t/instdir-no-empty.sh [moved from tests/instdir-no-empty.test with 100% similarity]
t/instdir-prog.sh [moved from tests/instdir-prog.test with 100% similarity]
t/instdir-python.sh [moved from tests/instdir-python.test with 100% similarity]
t/instdir-texi.sh [moved from tests/instdir-texi.test with 100% similarity]
t/instdir.sh [moved from tests/instdir.test with 100% similarity]
t/instdir2.sh [moved from tests/instdir2.test with 100% similarity]
t/instexec.sh [moved from tests/instexec.test with 100% similarity]
t/instfail-info.sh [moved from tests/instfail-info.test with 100% similarity]
t/instfail-java.sh [moved from tests/instfail-java.test with 100% similarity]
t/instfail-libtool.sh [moved from tests/instfail-libtool.test with 100% similarity]
t/instfail.sh [moved from tests/instfail.test with 100% similarity]
t/insthook.sh [moved from tests/insthook.test with 100% similarity]
t/instman.sh [moved from tests/instman.test with 100% similarity]
t/instman2.sh [moved from tests/instman2.test with 100% similarity]
t/instmany-mans.sh [moved from tests/instmany-mans.test with 100% similarity]
t/instmany-python.sh [moved from tests/instmany-python.test with 100% similarity]
t/instmany.sh [moved from tests/instmany.test with 100% similarity]
t/instsh.sh [moved from tests/instsh.test with 100% similarity]
t/instsh2.sh [moved from tests/instsh2.test with 100% similarity]
t/instsh3.sh [moved from tests/instsh3.test with 100% similarity]
t/instspc.tap [moved from tests/instspc.tap with 100% similarity]
t/interp.sh [moved from tests/interp.test with 100% similarity]
t/interp2.sh [moved from tests/interp2.test with 100% similarity]
t/java-check.sh [moved from tests/java-check.test with 100% similarity]
t/java-clean.sh [moved from tests/java-clean.test with 100% similarity]
t/java-compile-install.sh [moved from tests/java-compile-install.test with 100% similarity]
t/java-compile-run-flat.sh [moved from tests/java-compile-run-flat.test with 100% similarity]
t/java-compile-run-nested.sh [moved from tests/java-compile-run-nested.test with 100% similarity]
t/java-empty-classpath.sh [moved from tests/java-empty-classpath.test with 100% similarity]
t/java-extra.sh [moved from tests/java-extra.test with 100% similarity]
t/java-mix.sh [moved from tests/java-mix.test with 100% similarity]
t/java-no-duplicate.sh [moved from tests/java-no-duplicate.test with 100% similarity]
t/java-nobase.sh [moved from tests/java-nobase.test with 100% similarity]
t/java-noinst.sh [moved from tests/java-noinst.test with 100% similarity]
t/java-rebuild.sh [moved from tests/java-rebuild.test with 100% similarity]
t/java-sources.sh [moved from tests/java-sources.test with 100% similarity]
t/java-uninstall.sh [moved from tests/java-uninstall.test with 100% similarity]
t/java.sh [moved from tests/java.test with 100% similarity]
t/java2.sh [moved from tests/java2.test with 100% similarity]
t/java3.sh [moved from tests/java3.test with 100% similarity]
t/javadir-undefined.sh [moved from tests/javadir-undefined.test with 100% similarity]
t/javaflags.sh [moved from tests/javaflags.test with 100% similarity]
t/javaprim.sh [moved from tests/javaprim.test with 100% similarity]
t/javasubst.sh [moved from tests/javasubst.test with 100% similarity]
t/ldadd.sh [moved from tests/ldadd.test with 100% similarity]
t/ldflags.sh [moved from tests/ldflags.test with 100% similarity]
t/lex-clean-cxx.sh [moved from tests/lex-clean-cxx.test with 100% similarity]
t/lex-clean.sh [moved from tests/lex-clean.test with 100% similarity]
t/lex-depend-cxx.sh [moved from tests/lex-depend-cxx.test with 100% similarity]
t/lex-depend-grep.sh [moved from tests/lex-depend-grep.test with 100% similarity]
t/lex-depend.sh [moved from tests/lex-depend.test with 100% similarity]
t/lex-lib-external.sh [moved from tests/lex-lib-external.test with 100% similarity]
t/lex-lib.sh [moved from tests/lex-lib.test with 100% similarity]
t/lex-libobj.sh [moved from tests/lex-libobj.test with 100% similarity]
t/lex-line.sh [moved from tests/lex-line.test with 100% similarity]
t/lex-nodist.sh [moved from tests/lex-nodist.test with 100% similarity]
t/lex-noyywrap.sh [moved from tests/lex-noyywrap.test with 100% similarity]
t/lex-pr204.sh [moved from tests/lex-pr204.test with 100% similarity]
t/lex-subobj-nodep.sh [moved from tests/lex-subobj-nodep.test with 100% similarity]
t/lex.sh [moved from tests/lex.test with 100% similarity]
t/lex2.sh [moved from tests/lex2.test with 100% similarity]
t/lex3.sh [moved from tests/lex3.test with 100% similarity]
t/lex5.sh [moved from tests/lex5.test with 100% similarity]
t/lexcpp.sh [moved from tests/lexcpp.test with 100% similarity]
t/lexvpath.sh [moved from tests/lexvpath.test with 100% similarity]
t/lflags.sh [moved from tests/lflags.test with 100% similarity]
t/lflags2.sh [moved from tests/lflags2.test with 100% similarity]
t/libexec.sh [moved from tests/libexec.test with 100% similarity]
t/libobj-basic.sh [moved from tests/libobj-basic.test with 100% similarity]
t/libobj10.sh [moved from tests/libobj10.test with 100% similarity]
t/libobj12.sh [moved from tests/libobj12.test with 100% similarity]
t/libobj13.sh [moved from tests/libobj13.test with 100% similarity]
t/libobj14.sh [moved from tests/libobj14.test with 100% similarity]
t/libobj15a.sh [moved from tests/libobj15a.test with 100% similarity]
t/libobj15b.sh [moved from tests/libobj15b.test with 100% similarity]
t/libobj15c.sh [moved from tests/libobj15c.test with 100% similarity]
t/libobj16a.sh [moved from tests/libobj16a.test with 100% similarity]
t/libobj16b.sh [moved from tests/libobj16b.test with 100% similarity]
t/libobj17.sh [moved from tests/libobj17.test with 100% similarity]
t/libobj18.sh [moved from tests/libobj18.test with 100% similarity]
t/libobj19.sh [moved from tests/libobj19.test with 100% similarity]
t/libobj2.sh [moved from tests/libobj2.test with 100% similarity]
t/libobj20a.sh [moved from tests/libobj20a.test with 100% similarity]
t/libobj20b.sh [moved from tests/libobj20b.test with 100% similarity]
t/libobj20c.sh [moved from tests/libobj20c.test with 100% similarity]
t/libobj3.sh [moved from tests/libobj3.test with 100% similarity]
t/libobj4.sh [moved from tests/libobj4.test with 100% similarity]
t/libobj5.sh [moved from tests/libobj5.test with 100% similarity]
t/libobj7.sh [moved from tests/libobj7.test with 100% similarity]
t/library.sh [moved from tests/library.test with 100% similarity]
t/library2.sh [moved from tests/library2.test with 100% similarity]
t/library3.sh [moved from tests/library3.test with 100% similarity]
t/libtoo10.sh [moved from tests/libtoo10.test with 100% similarity]
t/libtoo11.sh [moved from tests/libtoo11.test with 100% similarity]
t/libtool-macros.sh [moved from tests/libtool-macros.test with 100% similarity]
t/libtool.sh [moved from tests/libtool.test with 100% similarity]
t/libtool2.sh [moved from tests/libtool2.test with 100% similarity]
t/libtool3.sh [moved from tests/libtool3.test with 100% similarity]
t/libtool4.sh [moved from tests/libtool4.test with 100% similarity]
t/libtool5.sh [moved from tests/libtool5.test with 100% similarity]
t/libtool6.sh [moved from tests/libtool6.test with 100% similarity]
t/libtool7.sh [moved from tests/libtool7.test with 100% similarity]
t/libtool8.sh [moved from tests/libtool8.test with 100% similarity]
t/libtool9.sh [moved from tests/libtool9.test with 100% similarity]
t/license.sh [moved from tests/license.test with 100% similarity]
t/license2.sh [moved from tests/license2.test with 100% similarity]
t/link_c_cxx.sh [moved from tests/link_c_cxx.test with 100% similarity]
t/link_cond.sh [moved from tests/link_cond.test with 100% similarity]
t/link_dist.sh [moved from tests/link_dist.test with 100% similarity]
t/link_f90_only.sh [moved from tests/link_f90_only.test with 100% similarity]
t/link_f_only.sh [moved from tests/link_f_only.test with 100% similarity]
t/link_fc.sh [moved from tests/link_fc.test with 100% similarity]
t/link_fccxx.sh [moved from tests/link_fccxx.test with 100% similarity]
t/link_fcxx.sh [moved from tests/link_fcxx.test with 100% similarity]
t/link_override.sh [moved from tests/link_override.test with 100% similarity]
t/lisp2.sh [moved from tests/lisp2.test with 100% similarity]
t/lisp3.sh [moved from tests/lisp3.test with 100% similarity]
t/lisp4.sh [moved from tests/lisp4.test with 100% similarity]
t/lisp5.sh [moved from tests/lisp5.test with 100% similarity]
t/lisp6.sh [moved from tests/lisp6.test with 100% similarity]
t/lisp7.sh [moved from tests/lisp7.test with 100% similarity]
t/lisp8.sh [moved from tests/lisp8.test with 100% similarity]
t/lispdry.sh [moved from tests/lispdry.test with 100% similarity]
t/list-of-tests.mk [new file with mode: 0644]
t/listval.sh [moved from tests/listval.test with 100% similarity]
t/location.sh [moved from tests/location.test with 100% similarity]
t/longlin2.sh [moved from tests/longlin2.test with 100% similarity]
t/longline.sh [moved from tests/longline.test with 100% similarity]
t/ltcond.sh [moved from tests/ltcond.test with 100% similarity]
t/ltcond2.sh [moved from tests/ltcond2.test with 100% similarity]
t/ltconv.sh [moved from tests/ltconv.test with 100% similarity]
t/ltdeps.sh [moved from tests/ltdeps.test with 100% similarity]
t/ltinit.sh [moved from tests/ltinit.test with 100% similarity]
t/ltinstloc.sh [moved from tests/ltinstloc.test with 100% similarity]
t/ltlibobjs.sh [moved from tests/ltlibobjs.test with 100% similarity]
t/ltlibsrc.sh [moved from tests/ltlibsrc.test with 100% similarity]
t/ltorder.sh [moved from tests/ltorder.test with 100% similarity]
t/lzma.sh [moved from tests/lzma.test with 100% similarity]
t/m4-inclusion.sh [moved from tests/m4-inclusion.test with 100% similarity]
t/maintclean-vpath.sh [moved from tests/maintclean-vpath.test with 100% similarity]
t/maintclean.sh [moved from tests/maintclean.test with 100% similarity]
t/maintmode-configure-msg.sh [moved from tests/maintmode-configure-msg.test with 100% similarity]
t/make-dryrun.tap [moved from tests/make-dryrun.tap with 100% similarity]
t/make.sh [moved from tests/make.test with 100% similarity]
t/makefile-deps.sh [moved from tests/makefile-deps.test with 100% similarity]
t/makej.sh [moved from tests/makej.test with 100% similarity]
t/makej2.sh [moved from tests/makej2.test with 100% similarity]
t/maken.sh [moved from tests/maken.test with 100% similarity]
t/maken3.sh [moved from tests/maken3.test with 100% similarity]
t/makevars.sh [moved from tests/makevars.test with 100% similarity]
t/man.sh [moved from tests/man.test with 100% similarity]
t/man2.sh [moved from tests/man2.test with 100% similarity]
t/man3.sh [moved from tests/man3.test with 100% similarity]
t/man4.sh [moved from tests/man4.test with 100% similarity]
t/man5.sh [moved from tests/man5.test with 100% similarity]
t/man6.sh [moved from tests/man6.test with 100% similarity]
t/man7.sh [moved from tests/man7.test with 100% similarity]
t/man8.sh [moved from tests/man8.test with 100% similarity]
t/mdate.sh [moved from tests/mdate.test with 100% similarity]
t/mdate2.sh [moved from tests/mdate2.test with 100% similarity]
t/mdate3.sh [moved from tests/mdate3.test with 100% similarity]
t/mdate4.sh [moved from tests/mdate4.test with 100% similarity]
t/mdate5.sh [moved from tests/mdate5.test with 100% similarity]
t/mdate6.sh [moved from tests/mdate6.test with 100% similarity]
t/missing-auxfile-stops-makefiles-creation.sh [moved from tests/missing-auxfile-stops-makefiles-creation.test with 100% similarity]
t/missing.sh [moved from tests/missing.test with 100% similarity]
t/missing2.sh [moved from tests/missing2.test with 100% similarity]
t/missing3.sh [moved from tests/missing3.test with 100% similarity]
t/missing4.sh [moved from tests/missing4.test with 100% similarity]
t/missing5.sh [moved from tests/missing5.test with 100% similarity]
t/missing6.sh [moved from tests/missing6.test with 100% similarity]
t/mkinst2.sh [moved from tests/mkinst2.test with 100% similarity]
t/mkinst3.sh [moved from tests/mkinst3.test with 100% similarity]
t/mkinstall.sh [moved from tests/mkinstall.test with 100% similarity]
t/mmode.sh [moved from tests/mmode.test with 100% similarity]
t/mmodely.sh [moved from tests/mmodely.test with 100% similarity]
t/multlib.sh [moved from tests/multlib.test with 100% similarity]
t/no-extra-makefile-code.sh [moved from tests/no-extra-makefile-code.test with 100% similarity]
t/no-outdir-option.sh [moved from tests/no-outdir-option.test with 100% similarity]
t/nobase-libtool.sh [moved from tests/nobase-libtool.test with 100% similarity]
t/nobase-nodist.sh [moved from tests/nobase-nodist.test with 100% similarity]
t/nobase-python.sh [moved from tests/nobase-python.test with 100% similarity]
t/nobase.sh [moved from tests/nobase.test with 100% similarity]
t/nodef.sh [moved from tests/nodef.test with 100% similarity]
t/nodef2.sh [moved from tests/nodef2.test with 100% similarity]
t/nodep.sh [moved from tests/nodep.test with 100% similarity]
t/nodep2.sh [moved from tests/nodep2.test with 100% similarity]
t/nodepcomp.sh [moved from tests/nodepcomp.test with 100% similarity]
t/nodist.sh [moved from tests/nodist.test with 100% similarity]
t/nodist2.sh [moved from tests/nodist2.test with 100% similarity]
t/nodist3.sh [moved from tests/nodist3.test with 100% similarity]
t/noinst.sh [moved from tests/noinst.test with 100% similarity]
t/noinstdir.sh [moved from tests/noinstdir.test with 100% similarity]
t/nolink.sh [moved from tests/nolink.test with 100% similarity]
t/nostdinc.sh [moved from tests/nostdinc.test with 100% similarity]
t/notrans.sh [moved from tests/notrans.test with 100% similarity]
t/number.sh [moved from tests/number.test with 100% similarity]
t/objc.sh [moved from tests/objc.test with 100% similarity]
t/objc2.sh [moved from tests/objc2.test with 100% similarity]
t/objext-pr10128.sh [moved from tests/objext-pr10128.test with 100% similarity]
t/obsolete.sh [moved from tests/obsolete.test with 100% similarity]
t/oldvars.sh [moved from tests/oldvars.test with 100% similarity]
t/order.sh [moved from tests/order.test with 100% similarity]
t/output-order.sh [moved from tests/output-order.test with 100% similarity]
t/output.sh [moved from tests/output.test with 100% similarity]
t/output10.sh [moved from tests/output10.test with 100% similarity]
t/output11.sh [moved from tests/output11.test with 100% similarity]
t/output12.sh [moved from tests/output12.test with 100% similarity]
t/output13.sh [moved from tests/output13.test with 100% similarity]
t/output2.sh [moved from tests/output2.test with 100% similarity]
t/output3.sh [moved from tests/output3.test with 100% similarity]
t/output4.sh [moved from tests/output4.test with 100% similarity]
t/output5.sh [moved from tests/output5.test with 100% similarity]
t/output6.sh [moved from tests/output6.test with 100% similarity]
t/output7.sh [moved from tests/output7.test with 100% similarity]
t/output8.sh [moved from tests/output8.test with 100% similarity]
t/output9.sh [moved from tests/output9.test with 100% similarity]
t/override-conditional-1.sh [moved from tests/override-conditional-1.test with 100% similarity]
t/override-conditional-2.sh [moved from tests/override-conditional-2.test with 100% similarity]
t/override-html.sh [moved from tests/override-html.test with 100% similarity]
t/override-suggest-local.sh [moved from tests/override-suggest-local.test with 100% similarity]
t/parallel-am.sh [moved from tests/parallel-am.test with 100% similarity]
t/parallel-am2.sh [moved from tests/parallel-am2.test with 100% similarity]
t/parallel-am3.sh [moved from tests/parallel-am3.test with 100% similarity]
t/parallel-tests-cmdline-override.sh [moved from tests/parallel-tests-cmdline-override.test with 100% similarity]
t/parallel-tests-console-output.sh [moved from tests/parallel-tests-console-output.test with 100% similarity]
t/parallel-tests-driver-install.sh [moved from tests/parallel-tests-driver-install.test with 100% similarity]
t/parallel-tests-dry-run-1.sh [moved from tests/parallel-tests-dry-run-1.test with 100% similarity]
t/parallel-tests-dry-run-2.sh [moved from tests/parallel-tests-dry-run-2.test with 100% similarity]
t/parallel-tests-empty-testlogs.sh [moved from tests/parallel-tests-empty-testlogs.test with 100% similarity]
t/parallel-tests-exeext.sh [moved from tests/parallel-tests-exeext.test with 100% similarity]
t/parallel-tests-exit-statuses.sh [moved from tests/parallel-tests-exit-statuses.test with 100% similarity]
t/parallel-tests-extra-programs.sh [moved from tests/parallel-tests-extra-programs.test with 100% similarity]
t/parallel-tests-fd-redirect-exeext.sh [moved from tests/parallel-tests-fd-redirect-exeext.test with 100% similarity]
t/parallel-tests-fd-redirect.sh [moved from tests/parallel-tests-fd-redirect.test with 100% similarity]
t/parallel-tests-fork-bomb.sh [moved from tests/parallel-tests-fork-bomb.test with 100% similarity]
t/parallel-tests-harderror.sh [moved from tests/parallel-tests-harderror.test with 100% similarity]
t/parallel-tests-interrupt.tap [moved from tests/parallel-tests-interrupt.tap with 100% similarity]
t/parallel-tests-log-compiler-1.sh [moved from tests/parallel-tests-log-compiler-1.test with 100% similarity]
t/parallel-tests-log-compiler-2.sh [moved from tests/parallel-tests-log-compiler-2.test with 100% similarity]
t/parallel-tests-log-compiler-example.sh [moved from tests/parallel-tests-log-compiler-example.test with 100% similarity]
t/parallel-tests-log-override-1.sh [moved from tests/parallel-tests-log-override-1.test with 100% similarity]
t/parallel-tests-log-override-2.sh [moved from tests/parallel-tests-log-override-2.test with 100% similarity]
t/parallel-tests-log-override-recheck.sh [moved from tests/parallel-tests-log-override-recheck.test with 100% similarity]
t/parallel-tests-many.sh [moved from tests/parallel-tests-many.test with 100% similarity]
t/parallel-tests-no-color-in-log.sh [moved from tests/parallel-tests-no-color-in-log.test with 100% similarity]
t/parallel-tests-no-spurious-summary.sh [moved from tests/parallel-tests-no-spurious-summary.test with 100% similarity]
t/parallel-tests-once.sh [moved from tests/parallel-tests-once.test with 100% similarity]
t/parallel-tests-reset-term.sh [moved from tests/parallel-tests-reset-term.test with 100% similarity]
t/parallel-tests-subdir.sh [moved from tests/parallel-tests-subdir.test with 100% similarity]
t/parallel-tests-suffix-prog.sh [moved from tests/parallel-tests-suffix-prog.test with 100% similarity]
t/parallel-tests-suffix.sh [moved from tests/parallel-tests-suffix.test with 100% similarity]
t/parallel-tests-trailing-bslash.sh [moved from tests/parallel-tests-trailing-bslash.test with 100% similarity]
t/parallel-tests-unreadable.sh [moved from tests/parallel-tests-unreadable.test with 100% similarity]
t/parallel-tests.sh [moved from tests/parallel-tests.test with 100% similarity]
t/parallel-tests10.sh [moved from tests/parallel-tests10.test with 100% similarity]
t/parallel-tests2.sh [moved from tests/parallel-tests2.test with 100% similarity]
t/parallel-tests3.sh [moved from tests/parallel-tests3.test with 100% similarity]
t/parallel-tests5.sh [moved from tests/parallel-tests5.test with 100% similarity]
t/parallel-tests6.sh [moved from tests/parallel-tests6.test with 100% similarity]
t/parallel-tests8.sh [moved from tests/parallel-tests8.test with 100% similarity]
t/parallel-tests9.sh [moved from tests/parallel-tests9.test with 100% similarity]
t/parse.sh [moved from tests/parse.test with 100% similarity]
t/percent.sh [moved from tests/percent.test with 100% similarity]
t/percent2.sh [moved from tests/percent2.test with 100% similarity]
t/phony.sh [moved from tests/phony.test with 100% similarity]
t/pluseq.sh [moved from tests/pluseq.test with 100% similarity]
t/pluseq10.sh [moved from tests/pluseq10.test with 100% similarity]
t/pluseq11.sh [moved from tests/pluseq11.test with 100% similarity]
t/pluseq2.sh [moved from tests/pluseq2.test with 100% similarity]
t/pluseq3.sh [moved from tests/pluseq3.test with 100% similarity]
t/pluseq4.sh [moved from tests/pluseq4.test with 100% similarity]
t/pluseq5.sh [moved from tests/pluseq5.test with 100% similarity]
t/pluseq6.sh [moved from tests/pluseq6.test with 100% similarity]
t/pluseq7.sh [moved from tests/pluseq7.test with 100% similarity]
t/pluseq8.sh [moved from tests/pluseq8.test with 100% similarity]
t/pluseq9.sh [moved from tests/pluseq9.test with 100% similarity]
t/pm/Cond2.pl [moved from tests/pm/Cond2.pl with 100% similarity]
t/pm/Cond3.pl [moved from tests/pm/Cond3.pl with 100% similarity]
t/pm/Condition-t.pl [moved from tests/pm/Condition-t.pl with 100% similarity]
t/pm/Condition.pl [moved from tests/pm/Condition.pl with 100% similarity]
t/pm/DisjCon2.pl [moved from tests/pm/DisjCon2.pl with 100% similarity]
t/pm/DisjCon3.pl [moved from tests/pm/DisjCon3.pl with 100% similarity]
t/pm/DisjConditions-t.pl [moved from tests/pm/DisjConditions-t.pl with 100% similarity]
t/pm/DisjConditions.pl [moved from tests/pm/DisjConditions.pl with 100% similarity]
t/pm/Version.pl [moved from tests/pm/Version.pl with 100% similarity]
t/pm/Version2.pl [moved from tests/pm/Version2.pl with 100% similarity]
t/pm/Version3.pl [moved from tests/pm/Version3.pl with 100% similarity]
t/pm/Wrap.pl [moved from tests/pm/Wrap.pl with 100% similarity]
t/posixsubst-data.sh [moved from tests/posixsubst-data.test with 100% similarity]
t/posixsubst-extradist.sh [moved from tests/posixsubst-extradist.test with 100% similarity]
t/posixsubst-ldadd.sh [moved from tests/posixsubst-ldadd.test with 100% similarity]
t/posixsubst-libraries.sh [moved from tests/posixsubst-libraries.test with 100% similarity]
t/posixsubst-ltlibraries.sh [moved from tests/posixsubst-ltlibraries.test with 100% similarity]
t/posixsubst-programs.sh [moved from tests/posixsubst-programs.test with 100% similarity]
t/posixsubst-scripts.sh [moved from tests/posixsubst-scripts.test with 100% similarity]
t/posixsubst-sources.sh [moved from tests/posixsubst-sources.test with 100% similarity]
t/posixsubst-tests.sh [moved from tests/posixsubst-tests.test with 100% similarity]
t/postproc.sh [moved from tests/postproc.test with 100% similarity]
t/ppf77.sh [moved from tests/ppf77.test with 100% similarity]
t/pr2.sh [moved from tests/pr2.test with 100% similarity]
t/pr211.sh [moved from tests/pr211.test with 100% similarity]
t/pr220.sh [moved from tests/pr220.test with 100% similarity]
t/pr224.sh [moved from tests/pr224.test with 100% similarity]
t/pr229.sh [moved from tests/pr229.test with 100% similarity]
t/pr243.sh [moved from tests/pr243.test with 100% similarity]
t/pr266.sh [moved from tests/pr266.test with 100% similarity]
t/pr279-2.sh [moved from tests/pr279-2.test with 100% similarity]
t/pr279.sh [moved from tests/pr279.test with 100% similarity]
t/pr287.sh [moved from tests/pr287.test with 100% similarity]
t/pr300-lib.sh [moved from tests/pr300-lib.test with 100% similarity]
t/pr300-ltlib.sh [moved from tests/pr300-ltlib.test with 100% similarity]
t/pr300-prog.sh [moved from tests/pr300-prog.test with 100% similarity]
t/pr307.sh [moved from tests/pr307.test with 100% similarity]
t/pr401.sh [moved from tests/pr401.test with 100% similarity]
t/pr401b.sh [moved from tests/pr401b.test with 100% similarity]
t/pr401c.sh [moved from tests/pr401c.test with 100% similarity]
t/pr72.sh [moved from tests/pr72.test with 100% similarity]
t/pr8365-remake-timing.sh [moved from tests/pr8365-remake-timing.test with 100% similarity]
t/pr87.sh [moved from tests/pr87.test with 100% similarity]
t/pr9.sh [moved from tests/pr9.test with 100% similarity]
t/prefix.sh [moved from tests/prefix.test with 100% similarity]
t/primary-prefix-couples-documented-valid.sh [moved from tests/primary-prefix-couples-documented-valid.test with 100% similarity]
t/primary-prefix-couples-force-valid.sh [moved from tests/primary-prefix-couples-force-valid.test with 100% similarity]
t/primary-prefix-invalid-couples.tap [moved from tests/primary-prefix-invalid-couples.tap with 100% similarity]
t/primary-prefix-valid-couples.sh [moved from tests/primary-prefix-valid-couples.test with 100% similarity]
t/primary.sh [moved from tests/primary.test with 100% similarity]
t/primary2.sh [moved from tests/primary2.test with 100% similarity]
t/primary3.sh [moved from tests/primary3.test with 100% similarity]
t/print-libdir.sh [moved from tests/print-libdir.test with 100% similarity]
t/proginst.sh [moved from tests/proginst.test with 100% similarity]
t/programs-primary-rewritten.sh [moved from tests/programs-primary-rewritten.test with 100% similarity]
t/py-compile-basedir.sh [moved from tests/py-compile-basedir.test with 100% similarity]
t/py-compile-basic.sh [moved from tests/py-compile-basic.test with 100% similarity]
t/py-compile-basic2.sh [moved from tests/py-compile-basic2.test with 100% similarity]
t/py-compile-destdir.sh [moved from tests/py-compile-destdir.test with 100% similarity]
t/py-compile-env.sh [moved from tests/py-compile-env.test with 100% similarity]
t/py-compile-option-terminate.sh [moved from tests/py-compile-option-terminate.test with 100% similarity]
t/py-compile-usage.sh [moved from tests/py-compile-usage.test with 100% similarity]
t/python-dist.sh [moved from tests/python-dist.test with 100% similarity]
t/python-pr10995.sh [moved from tests/python-pr10995.test with 100% similarity]
t/python-vars.sh [moved from tests/python-vars.test with 100% similarity]
t/python-virtualenv.sh [moved from tests/python-virtualenv.test with 100% similarity]
t/python.sh [moved from tests/python.test with 100% similarity]
t/python10.sh [moved from tests/python10.test with 100% similarity]
t/python11.sh [moved from tests/python11.test with 100% similarity]
t/python12.sh [moved from tests/python12.test with 100% similarity]
t/python2.sh [moved from tests/python2.test with 100% similarity]
t/python3.sh [moved from tests/python3.test with 100% similarity]
t/python4.sh [moved from tests/python4.test with 100% similarity]
t/python5.sh [moved from tests/python5.test with 100% similarity]
t/python5b.sh [moved from tests/python5b.test with 100% similarity]
t/python6.sh [moved from tests/python6.test with 100% similarity]
t/python7.sh [moved from tests/python7.test with 100% similarity]
t/python8.sh [moved from tests/python8.test with 100% similarity]
t/python9.sh [moved from tests/python9.test with 100% similarity]
t/recurs.sh [moved from tests/recurs.test with 100% similarity]
t/recurs2.sh [moved from tests/recurs2.test with 100% similarity]
t/remake-all-1.sh [moved from tests/remake-all-1.test with 100% similarity]
t/remake-all-2.sh [moved from tests/remake-all-2.test with 100% similarity]
t/remake-am-pr10111.sh [moved from tests/remake-am-pr10111.test with 100% similarity]
t/remake-deleted-am-2.sh [moved from tests/remake-deleted-am-2.test with 100% similarity]
t/remake-deleted-am-subdir.sh [moved from tests/remake-deleted-am-subdir.test with 100% similarity]
t/remake-deleted-am.sh [moved from tests/remake-deleted-am.test with 100% similarity]
t/remake-deleted-m4-file.sh [moved from tests/remake-deleted-m4-file.test with 100% similarity]
t/remake-gnulib-add-acsubst.sh [moved from tests/remake-gnulib-add-acsubst.test with 100% similarity]
t/remake-gnulib-add-header.sh [moved from tests/remake-gnulib-add-header.test with 100% similarity]
t/remake-gnulib-remove-header.sh [moved from tests/remake-gnulib-remove-header.test with 100% similarity]
t/remake-m4-pr10111.sh [moved from tests/remake-m4-pr10111.test with 100% similarity]
t/remake-moved-m4-file.sh [moved from tests/remake-moved-m4-file.test with 100% similarity]
t/remake-renamed-am.sh [moved from tests/remake-renamed-am.test with 100% similarity]
t/remake-renamed-m4-file.sh [moved from tests/remake-renamed-m4-file.test with 100% similarity]
t/remake-renamed-m4-macro-and-file.sh [moved from tests/remake-renamed-m4-macro-and-file.test with 100% similarity]
t/remake-renamed-m4-macro.sh [moved from tests/remake-renamed-m4-macro.test with 100% similarity]
t/remake-subdir-from-subdir.sh [moved from tests/remake-subdir-from-subdir.test with 100% similarity]
t/remake-subdir-gnu.sh [moved from tests/remake-subdir-gnu.test with 100% similarity]
t/remake-subdir-long-time.sh [moved from tests/remake-subdir-long-time.test with 100% similarity]
t/remake-subdir.sh [moved from tests/remake-subdir.test with 100% similarity]
t/remake-subdir2.sh [moved from tests/remake-subdir2.test with 100% similarity]
t/remake.sh [moved from tests/remake.test with 100% similarity]
t/remake10a.sh [moved from tests/remake10a.test with 100% similarity]
t/remake10b.sh [moved from tests/remake10b.test with 100% similarity]
t/remake10c.sh [moved from tests/remake10c.test with 100% similarity]
t/remake11.sh [moved from tests/remake11.test with 100% similarity]
t/remake12.sh [moved from tests/remake12.test with 100% similarity]
t/remake1a.sh [moved from tests/remake1a.test with 100% similarity]
t/remake2.sh [moved from tests/remake2.test with 100% similarity]
t/remake3.sh [moved from tests/remake3.test with 100% similarity]
t/remake3a.sh [moved from tests/remake3a.test with 100% similarity]
t/remake4.sh [moved from tests/remake4.test with 100% similarity]
t/remake5.sh [moved from tests/remake5.test with 100% similarity]
t/remake6.sh [moved from tests/remake6.test with 100% similarity]
t/remake7.sh [moved from tests/remake7.test with 100% similarity]
t/remake8a.sh [moved from tests/remake8a.test with 100% similarity]
t/remake8b.sh [moved from tests/remake8b.test with 100% similarity]
t/remake9a.sh [moved from tests/remake9a.test with 100% similarity]
t/remake9b.sh [moved from tests/remake9b.test with 100% similarity]
t/remake9c.sh [moved from tests/remake9c.test with 100% similarity]
t/remake9d.sh [moved from tests/remake9d.test with 100% similarity]
t/repeated-options.sh [moved from tests/repeated-options.test with 100% similarity]
t/req.sh [moved from tests/req.test with 100% similarity]
t/reqd.sh [moved from tests/reqd.test with 100% similarity]
t/reqd2.sh [moved from tests/reqd2.test with 100% similarity]
t/rst-formatting.sh [moved from tests/rst-formatting.test with 100% similarity]
t/rulepat.sh [moved from tests/rulepat.test with 100% similarity]
t/sanity.sh [moved from tests/sanity.test with 100% similarity]
t/scripts.sh [moved from tests/scripts.test with 100% similarity]
t/seenc.sh [moved from tests/seenc.test with 100% similarity]
t/self-check-cleanup.tap [moved from tests/self-check-cleanup.tap with 97% similarity]
t/self-check-configure-help.sh [moved from tests/self-check-configure-help.test with 100% similarity]
t/self-check-dir.tap [moved from tests/self-check-dir.tap with 99% similarity]
t/self-check-env-sanitize.tap [moved from tests/self-check-env-sanitize.tap with 100% similarity]
t/self-check-exit.tap [moved from tests/self-check-exit.tap with 100% similarity]
t/self-check-explicit-skips.sh [moved from tests/self-check-explicit-skips.test with 100% similarity]
t/self-check-is-blocked-signal.tap [moved from tests/self-check-is-blocked-signal.tap with 100% similarity]
t/self-check-is_newest.tap [moved from tests/self-check-is_newest.tap with 100% similarity]
t/self-check-me.tap [moved from tests/self-check-me.tap with 82% similarity]
t/self-check-reexec.tap [moved from tests/self-check-reexec.tap with 90% similarity]
t/self-check-report.sh [moved from tests/self-check-report.test with 100% similarity]
t/self-check-sanity.sh [moved from tests/self-check-sanity.test with 100% similarity]
t/self-check-seq.tap [moved from tests/self-check-seq.tap with 100% similarity]
t/self-check-tap.sh [moved from tests/self-check-tap.test with 100% similarity]
t/self-check-unindent.tap [moved from tests/self-check-unindent.tap with 100% similarity]
t/serial-tests.sh [moved from tests/serial-tests.test with 100% similarity]
t/silent-amopts.sh [moved from tests/silent-amopts.test with 100% similarity]
t/silent-configsite.sh [moved from tests/silent-configsite.test with 100% similarity]
t/silent-lex.sh [moved from tests/silent-lex.test with 100% similarity]
t/silent-many-gcc.sh [moved from tests/silent-many-gcc.test with 100% similarity]
t/silent-many-generic.sh [moved from tests/silent-many-generic.test with 100% similarity]
t/silent-nested-vars.sh [moved from tests/silent-nested-vars.test with 100% similarity]
t/silent-nowarn.sh [moved from tests/silent-nowarn.test with 100% similarity]
t/silent-yacc-headers.sh [moved from tests/silent-yacc-headers.test with 100% similarity]
t/silent-yacc.sh [moved from tests/silent-yacc.test with 100% similarity]
t/silent.sh [moved from tests/silent.test with 100% similarity]
t/silent2.sh [moved from tests/silent2.test with 100% similarity]
t/silent3.sh [moved from tests/silent3.test with 100% similarity]
t/silent4.sh [moved from tests/silent4.test with 100% similarity]
t/silent6.sh [moved from tests/silent6.test with 100% similarity]
t/silent7.sh [moved from tests/silent7.test with 100% similarity]
t/silent8.sh [moved from tests/silent8.test with 100% similarity]
t/silent9.sh [moved from tests/silent9.test with 100% similarity]
t/silentcxx-gcc.sh [moved from tests/silentcxx-gcc.test with 100% similarity]
t/silentcxx.sh [moved from tests/silentcxx.test with 100% similarity]
t/silentf77.sh [moved from tests/silentf77.test with 100% similarity]
t/silentf90.sh [moved from tests/silentf90.test with 100% similarity]
t/space.sh [moved from tests/space.test with 100% similarity]
t/specflg-dummy.sh [moved from tests/specflg-dummy.test with 100% similarity]
t/specflg.sh [moved from tests/specflg.test with 100% similarity]
t/specflg10.sh [moved from tests/specflg10.test with 100% similarity]
t/specflg2.sh [moved from tests/specflg2.test with 100% similarity]
t/specflg3.sh [moved from tests/specflg3.test with 100% similarity]
t/specflg6.sh [moved from tests/specflg6.test with 100% similarity]
t/specflg7.sh [moved from tests/specflg7.test with 100% similarity]
t/specflg8.sh [moved from tests/specflg8.test with 100% similarity]
t/specflg9.sh [moved from tests/specflg9.test with 100% similarity]
t/spell.sh [moved from tests/spell.test with 100% similarity]
t/spell2.sh [moved from tests/spell2.test with 100% similarity]
t/spell3.sh [moved from tests/spell3.test with 100% similarity]
t/spelling.sh [moved from tests/spelling.test with 100% similarity]
t/spy-rm.tap [moved from tests/spy-rm.tap with 100% similarity]
t/spy.sh [moved from tests/spy.test with 100% similarity]
t/srcsub.sh [moved from tests/srcsub.test with 100% similarity]
t/srcsub2.sh [moved from tests/srcsub2.test with 100% similarity]
t/stamph2.sh [moved from tests/stamph2.test with 100% similarity]
t/stdinc.sh [moved from tests/stdinc.test with 100% similarity]
t/stdlib.sh [moved from tests/stdlib.test with 100% similarity]
t/stdlib2.sh [moved from tests/stdlib2.test with 100% similarity]
t/strictness-override.sh [moved from tests/strictness-override.test with 100% similarity]
t/strictness-precedence.sh [moved from tests/strictness-precedence.test with 100% similarity]
t/strip.sh [moved from tests/strip.test with 100% similarity]
t/strip2.sh [moved from tests/strip2.test with 100% similarity]
t/strip3.sh [moved from tests/strip3.test with 100% similarity]
t/subcond.sh [moved from tests/subcond.test with 100% similarity]
t/subcond2.sh [moved from tests/subcond2.test with 100% similarity]
t/subcond3.sh [moved from tests/subcond3.test with 100% similarity]
t/subdir.sh [moved from tests/subdir.test with 100% similarity]
t/subdir10.sh [moved from tests/subdir10.test with 100% similarity]
t/subdir2.sh [moved from tests/subdir2.test with 100% similarity]
t/subdir3.sh [moved from tests/subdir3.test with 100% similarity]
t/subdir4.sh [moved from tests/subdir4.test with 100% similarity]
t/subdir5.sh [moved from tests/subdir5.test with 100% similarity]
t/subdir6.sh [moved from tests/subdir6.test with 100% similarity]
t/subdir7.sh [moved from tests/subdir7.test with 100% similarity]
t/subdir8.sh [moved from tests/subdir8.test with 100% similarity]
t/subdir9.sh [moved from tests/subdir9.test with 100% similarity]
t/subdirbuiltsources.sh [moved from tests/subdirbuiltsources.test with 100% similarity]
t/subobj.sh [moved from tests/subobj.test with 100% similarity]
t/subobj10.sh [moved from tests/subobj10.test with 100% similarity]
t/subobj11a.sh [moved from tests/subobj11a.test with 100% similarity]
t/subobj11b.sh [moved from tests/subobj11b.test with 100% similarity]
t/subobj11c.sh [moved from tests/subobj11c.test with 100% similarity]
t/subobj2.sh [moved from tests/subobj2.test with 100% similarity]
t/subobj4.sh [moved from tests/subobj4.test with 100% similarity]
t/subobj5.sh [moved from tests/subobj5.test with 100% similarity]
t/subobj6.sh [moved from tests/subobj6.test with 100% similarity]
t/subobj7.sh [moved from tests/subobj7.test with 100% similarity]
t/subobj8.sh [moved from tests/subobj8.test with 100% similarity]
t/subobj9.sh [moved from tests/subobj9.test with 100% similarity]
t/subobjname.sh [moved from tests/subobjname.test with 100% similarity]
t/subpkg-yacc.sh [moved from tests/subpkg-yacc.test with 100% similarity]
t/subpkg.sh [moved from tests/subpkg.test with 100% similarity]
t/subpkg2.sh [moved from tests/subpkg2.test with 100% similarity]
t/subpkg3.sh [moved from tests/subpkg3.test with 100% similarity]
t/subpkg4.sh [moved from tests/subpkg4.test with 100% similarity]
t/subst-no-trailing-empty-line.sh [moved from tests/subst-no-trailing-empty-line.test with 100% similarity]
t/subst.sh [moved from tests/subst.test with 100% similarity]
t/subst3.sh [moved from tests/subst3.test with 100% similarity]
t/subst4.sh [moved from tests/subst4.test with 100% similarity]
t/subst5.sh [moved from tests/subst5.test with 100% similarity]
t/substre2.sh [moved from tests/substre2.test with 100% similarity]
t/substref.sh [moved from tests/substref.test with 100% similarity]
t/substtarg.sh [moved from tests/substtarg.test with 100% similarity]
t/suffix-chain.tap [moved from tests/suffix-chain.tap with 100% similarity]
t/suffix.sh [moved from tests/suffix.test with 100% similarity]
t/suffix10.tap [moved from tests/suffix10.tap with 100% similarity]
t/suffix11.tap [moved from tests/suffix11.tap with 100% similarity]
t/suffix12.sh [moved from tests/suffix12.test with 100% similarity]
t/suffix13.sh [moved from tests/suffix13.test with 100% similarity]
t/suffix2.sh [moved from tests/suffix2.test with 100% similarity]
t/suffix3.tap [moved from tests/suffix3.tap with 100% similarity]
t/suffix4.sh [moved from tests/suffix4.test with 100% similarity]
t/suffix5.sh [moved from tests/suffix5.test with 100% similarity]
t/suffix6.sh [moved from tests/suffix6.test with 100% similarity]
t/suffix6b.sh [moved from tests/suffix6b.test with 100% similarity]
t/suffix6c.sh [moved from tests/suffix6c.test with 100% similarity]
t/suffix7.sh [moved from tests/suffix7.test with 100% similarity]
t/suffix8.tap [moved from tests/suffix8.tap with 100% similarity]
t/suffix9.sh [moved from tests/suffix9.test with 100% similarity]
t/symlink.sh [moved from tests/symlink.test with 100% similarity]
t/symlink2.sh [moved from tests/symlink2.test with 100% similarity]
t/syntax.sh [moved from tests/syntax.test with 100% similarity]
t/tags.sh [moved from tests/tags.test with 100% similarity]
t/tags2.sh [moved from tests/tags2.test with 100% similarity]
t/tagsub.sh [moved from tests/tagsub.test with 100% similarity]
t/tap-ambiguous-directive.sh [moved from tests/tap-ambiguous-directive.test with 100% similarity]
t/tap-autonumber.sh [moved from tests/tap-autonumber.test with 100% similarity]
t/tap-bad-prog.tap [moved from tests/tap-bad-prog.tap with 100% similarity]
t/tap-bailout-and-logging.sh [moved from tests/tap-bailout-and-logging.test with 100% similarity]
t/tap-bailout-leading-space.sh [moved from tests/tap-bailout-leading-space.test with 100% similarity]
t/tap-bailout-suppress-badexit.sh [moved from tests/tap-bailout-suppress-badexit.test with 100% similarity]
t/tap-bailout-suppress-later-diagnostic.sh [moved from tests/tap-bailout-suppress-later-diagnostic.test with 100% similarity]
t/tap-bailout-suppress-later-errors.sh [moved from tests/tap-bailout-suppress-later-errors.test with 100% similarity]
t/tap-bailout.sh [moved from tests/tap-bailout.test with 100% similarity]
t/tap-basic.sh [moved from tests/tap-basic.test with 100% similarity]
t/tap-color.sh [moved from tests/tap-color.test with 100% similarity]
t/tap-common-setup.sh [moved from tests/tap-common-setup.test with 100% similarity]
t/tap-deps.sh [moved from tests/tap-deps.test with 100% similarity]
t/tap-diagnostic-custom.sh [moved from tests/tap-diagnostic-custom.test with 100% similarity]
t/tap-diagnostic.sh [moved from tests/tap-diagnostic.test with 100% similarity]
t/tap-doc.sh [moved from tests/tap-doc.test with 100% similarity]
t/tap-doc2.sh [moved from tests/tap-doc2.test with 100% similarity]
t/tap-driver-stderr.sh [moved from tests/tap-driver-stderr.test with 100% similarity]
t/tap-empty-diagnostic.sh [moved from tests/tap-empty-diagnostic.test with 100% similarity]
t/tap-empty.sh [moved from tests/tap-empty.test with 100% similarity]
t/tap-escape-directive-2.sh [moved from tests/tap-escape-directive-2.test with 100% similarity]
t/tap-escape-directive.sh [moved from tests/tap-escape-directive.test with 100% similarity]
t/tap-exit.sh [moved from tests/tap-exit.test with 100% similarity]
t/tap-fancy.sh [moved from tests/tap-fancy.test with 100% similarity]
t/tap-fancy2.sh [moved from tests/tap-fancy2.test with 100% similarity]
t/tap-global-log.sh [moved from tests/tap-global-log.test with 100% similarity]
t/tap-global-result.sh [moved from tests/tap-global-result.test with 100% similarity]
t/tap-log.sh [moved from tests/tap-log.test with 100% similarity]
t/tap-merge-stdout-stderr.sh [moved from tests/tap-merge-stdout-stderr.test with 100% similarity]
t/tap-missing-plan-and-bad-exit.sh [moved from tests/tap-missing-plan-and-bad-exit.test with 100% similarity]
t/tap-more.sh [moved from tests/tap-more.test with 100% similarity]
t/tap-more2.sh [moved from tests/tap-more2.test with 100% similarity]
t/tap-msg0-bailout.sh [moved from tests/tap-msg0-bailout.test with 100% similarity]
t/tap-msg0-directive.sh [moved from tests/tap-msg0-directive.test with 100% similarity]
t/tap-msg0-misc.sh [moved from tests/tap-msg0-misc.test with 100% similarity]
t/tap-msg0-planskip.sh [moved from tests/tap-msg0-planskip.test with 100% similarity]
t/tap-msg0-result.sh [moved from tests/tap-msg0-result.test with 100% similarity]
t/tap-negative-numbers.sh [moved from tests/tap-negative-numbers.test with 100% similarity]
t/tap-no-disable-hard-error.sh [moved from tests/tap-no-disable-hard-error.test with 100% similarity]
t/tap-no-merge-stdout-stderr.sh [moved from tests/tap-no-merge-stdout-stderr.test with 100% similarity]
t/tap-no-spurious-numbers.sh [moved from tests/tap-no-spurious-numbers.test with 100% similarity]
t/tap-no-spurious-summary.sh [moved from tests/tap-no-spurious-summary.test with 100% similarity]
t/tap-no-spurious.sh [moved from tests/tap-no-spurious.test with 100% similarity]
t/tap-not-ok-skip.sh [moved from tests/tap-not-ok-skip.test with 100% similarity]
t/tap-number-wordboundary.sh [moved from tests/tap-number-wordboundary.test with 100% similarity]
t/tap-numbers-leading-zero.sh [moved from tests/tap-numbers-leading-zero.test with 100% similarity]
t/tap-numeric-description.sh [moved from tests/tap-numeric-description.test with 100% similarity]
t/tap-out-of-order.sh [moved from tests/tap-out-of-order.test with 100% similarity]
t/tap-passthrough-exit.sh [moved from tests/tap-passthrough-exit.test with 100% similarity]
t/tap-passthrough.sh [moved from tests/tap-passthrough.test with 100% similarity]
t/tap-plan-corner.sh [moved from tests/tap-plan-corner.test with 100% similarity]
t/tap-plan-errors.sh [moved from tests/tap-plan-errors.test with 100% similarity]
t/tap-plan-leading-zero.sh [moved from tests/tap-plan-leading-zero.test with 100% similarity]
t/tap-plan-malformed.sh [moved from tests/tap-plan-malformed.test with 100% similarity]
t/tap-plan-middle.sh [moved from tests/tap-plan-middle.test with 100% similarity]
t/tap-plan-whitespace.sh [moved from tests/tap-plan-whitespace.test with 100% similarity]
t/tap-plan.sh [moved from tests/tap-plan.test with 100% similarity]
t/tap-planskip-and-logging.sh [moved from tests/tap-planskip-and-logging.test with 100% similarity]
t/tap-planskip-badexit.sh [moved from tests/tap-planskip-badexit.test with 100% similarity]
t/tap-planskip-bailout.sh [moved from tests/tap-planskip-bailout.test with 100% similarity]
t/tap-planskip-case-insensitive.sh [moved from tests/tap-planskip-case-insensitive.test with 100% similarity]
t/tap-planskip-late.sh [moved from tests/tap-planskip-late.test with 100% similarity]
t/tap-planskip-later-errors.sh [moved from tests/tap-planskip-later-errors.test with 100% similarity]
t/tap-planskip-unplanned-corner.sh [moved from tests/tap-planskip-unplanned-corner.test with 100% similarity]
t/tap-planskip-unplanned.sh [moved from tests/tap-planskip-unplanned.test with 100% similarity]
t/tap-planskip-whitespace.sh [moved from tests/tap-planskip-whitespace.test with 100% similarity]
t/tap-planskip.sh [moved from tests/tap-planskip.test with 100% similarity]
t/tap-realtime.sh [moved from tests/tap-realtime.test with 100% similarity]
t/tap-recheck-logs.sh [moved from tests/tap-recheck-logs.test with 100% similarity]
t/tap-recheck.sh [moved from tests/tap-recheck.test with 100% similarity]
t/tap-result-comment.sh [moved from tests/tap-result-comment.test with 100% similarity]
t/tap-signal.tap [moved from tests/tap-signal.tap with 100% similarity]
t/tap-summary-color.sh [moved from tests/tap-summary-color.test with 100% similarity]
t/tap-summary.sh [moved from tests/tap-summary.test with 100% similarity]
t/tap-test-number-0.sh [moved from tests/tap-test-number-0.test with 100% similarity]
t/tap-todo-skip-together.sh [moved from tests/tap-todo-skip-together.test with 100% similarity]
t/tap-todo-skip-whitespace.sh [moved from tests/tap-todo-skip-whitespace.test with 100% similarity]
t/tap-todo-skip.sh [moved from tests/tap-todo-skip.test with 100% similarity]
t/tap-unplanned.sh [moved from tests/tap-unplanned.test with 100% similarity]
t/tap-whitespace-normalization.sh [moved from tests/tap-whitespace-normalization.test with 100% similarity]
t/tap-with-and-without-number.sh [moved from tests/tap-with-and-without-number.test with 100% similarity]
t/tap-xfail-tests.sh [moved from tests/tap-xfail-tests.test with 100% similarity]
t/tar-override.sh [moved from tests/tar-override.test with 100% similarity]
t/tar.sh [moved from tests/tar.test with 100% similarity]
t/tar2.sh [moved from tests/tar2.test with 100% similarity]
t/tar3.sh [moved from tests/tar3.test with 100% similarity]
t/target-cflags.sh [moved from tests/target-cflags.test with 100% similarity]
t/targetclash.sh [moved from tests/targetclash.test with 100% similarity]
t/test-driver-acsubst.sh [moved from tests/test-driver-acsubst.test with 100% similarity]
t/test-driver-cond.sh [moved from tests/test-driver-cond.test with 100% similarity]
t/test-driver-create-log-dir.sh [moved from tests/test-driver-create-log-dir.test with 100% similarity]
t/test-driver-custom-multitest-recheck.sh [moved from tests/test-driver-custom-multitest-recheck.test with 100% similarity]
t/test-driver-custom-multitest-recheck2.sh [moved from tests/test-driver-custom-multitest-recheck2.test with 100% similarity]
t/test-driver-custom-multitest.sh [moved from tests/test-driver-custom-multitest.test with 100% similarity]
t/test-driver-custom-no-extra-driver.sh [moved from tests/test-driver-custom-no-extra-driver.test with 100% similarity]
t/test-driver-custom-xfail-tests.sh [moved from tests/test-driver-custom-xfail-tests.test with 100% similarity]
t/test-driver-custom.sh [moved from tests/test-driver-custom.test with 100% similarity]
t/test-driver-fail.sh [moved from tests/test-driver-fail.test with 100% similarity]
t/test-driver-is-distributed.sh [moved from tests/test-driver-is-distributed.test with 100% similarity]
t/test-driver-strip-vpath.sh [moved from tests/test-driver-strip-vpath.test with 100% similarity]
t/test-driver-trs-suffix-registered.sh [moved from tests/test-driver-trs-suffix-registered.test with 100% similarity]
t/test-extensions-cond.sh [moved from tests/test-extensions-cond.test with 100% similarity]
t/test-extensions.sh [moved from tests/test-extensions.test with 100% similarity]
t/test-harness-vpath-rewrite.sh [moved from tests/test-harness-vpath-rewrite.test with 100% similarity]
t/test-log.sh [moved from tests/test-log.test with 100% similarity]
t/test-logs-repeated.sh [moved from tests/test-logs-repeated.test with 100% similarity]
t/test-metadata-global-log.sh [moved from tests/test-metadata-global-log.test with 100% similarity]
t/test-metadata-global-result.sh [moved from tests/test-metadata-global-result.test with 100% similarity]
t/test-metadata-recheck.sh [moved from tests/test-metadata-recheck.test with 100% similarity]
t/test-metadata-results.sh [moved from tests/test-metadata-results.test with 100% similarity]
t/test-missing.sh [moved from tests/test-missing.test with 100% similarity]
t/test-missing2.sh [moved from tests/test-missing2.test with 100% similarity]
t/test-trs-basic.sh [moved from tests/test-trs-basic.test with 100% similarity]
t/test-trs-recover.sh [moved from tests/test-trs-recover.test with 100% similarity]
t/test-trs-recover2.sh [moved from tests/test-trs-recover2.test with 100% similarity]
t/tests-environment-and-log-compiler.sh [moved from tests/tests-environment-and-log-compiler.test with 100% similarity]
t/tests-environment-backcompat.sh [moved from tests/tests-environment-backcompat.test with 100% similarity]
t/tests-environment-fd-redirect.sh [moved from tests/tests-environment-fd-redirect.test with 100% similarity]
t/tests-environment.sh [moved from tests/tests-environment.test with 100% similarity]
t/testsuite-summary-color.sh [moved from tests/testsuite-summary-color.test with 100% similarity]
t/testsuite-summary-count-many.sh [moved from tests/testsuite-summary-count-many.test with 100% similarity]
t/testsuite-summary-count.sh [moved from tests/testsuite-summary-count.test with 100% similarity]
t/testsuite-summary-reference-log.sh [moved from tests/testsuite-summary-reference-log.test with 100% similarity]
t/transform.sh [moved from tests/transform.test with 100% similarity]
t/transform2.sh [moved from tests/transform2.test with 100% similarity]
t/transform3.sh [moved from tests/transform3.test with 100% similarity]
t/txinfo-no-clutter.sh [moved from tests/txinfo-no-clutter.test with 100% similarity]
t/txinfo-unrecognized-extension.sh [moved from tests/txinfo-unrecognized-extension.test with 100% similarity]
t/txinfo.sh [moved from tests/txinfo.test with 100% similarity]
t/txinfo10.sh [moved from tests/txinfo10.test with 100% similarity]
t/txinfo13.sh [moved from tests/txinfo13.test with 100% similarity]
t/txinfo16.sh [moved from tests/txinfo16.test with 100% similarity]
t/txinfo17.sh [moved from tests/txinfo17.test with 100% similarity]
t/txinfo19.sh [moved from tests/txinfo19.test with 100% similarity]
t/txinfo2.sh [moved from tests/txinfo2.test with 100% similarity]
t/txinfo20.sh [moved from tests/txinfo20.test with 100% similarity]
t/txinfo21.sh [moved from tests/txinfo21.test with 100% similarity]
t/txinfo22.sh [moved from tests/txinfo22.test with 100% similarity]
t/txinfo23.sh [moved from tests/txinfo23.test with 100% similarity]
t/txinfo24.sh [moved from tests/txinfo24.test with 100% similarity]
t/txinfo25.sh [moved from tests/txinfo25.test with 100% similarity]
t/txinfo26.sh [moved from tests/txinfo26.test with 100% similarity]
t/txinfo27.sh [moved from tests/txinfo27.test with 100% similarity]
t/txinfo28.sh [moved from tests/txinfo28.test with 100% similarity]
t/txinfo29.sh [moved from tests/txinfo29.test with 100% similarity]
t/txinfo3.sh [moved from tests/txinfo3.test with 100% similarity]
t/txinfo30.sh [moved from tests/txinfo30.test with 100% similarity]
t/txinfo31.sh [moved from tests/txinfo31.test with 100% similarity]
t/txinfo32.sh [moved from tests/txinfo32.test with 100% similarity]
t/txinfo33.sh [moved from tests/txinfo33.test with 100% similarity]
t/txinfo4.sh [moved from tests/txinfo4.test with 100% similarity]
t/txinfo5.sh [moved from tests/txinfo5.test with 100% similarity]
t/txinfo5b.sh [moved from tests/txinfo5b.test with 100% similarity]
t/txinfo6.sh [moved from tests/txinfo6.test with 100% similarity]
t/txinfo7.sh [moved from tests/txinfo7.test with 100% similarity]
t/txinfo8.sh [moved from tests/txinfo8.test with 100% similarity]
t/txinfo9.sh [moved from tests/txinfo9.test with 100% similarity]
t/uninstall-fail.sh [moved from tests/uninstall-fail.test with 100% similarity]
t/uninstall-pr9578.sh [moved from tests/uninstall-pr9578.test with 100% similarity]
t/unused.sh [moved from tests/unused.test with 100% similarity]
t/upc.sh [moved from tests/upc.test with 100% similarity]
t/upc2.sh [moved from tests/upc2.test with 100% similarity]
t/upc3.sh [moved from tests/upc3.test with 100% similarity]
t/vala-mix.sh [moved from tests/vala-mix.test with 100% similarity]
t/vala-mix2.sh [moved from tests/vala-mix2.test with 100% similarity]
t/vala-vpath.sh [moved from tests/vala-vpath.test with 100% similarity]
t/vala.sh [moved from tests/vala.test with 100% similarity]
t/vala1.sh [moved from tests/vala1.test with 100% similarity]
t/vala2.sh [moved from tests/vala2.test with 100% similarity]
t/vala3.sh [moved from tests/vala3.test with 100% similarity]
t/vala4.sh [moved from tests/vala4.test with 100% similarity]
t/vala5.sh [moved from tests/vala5.test with 100% similarity]
t/vars.sh [moved from tests/vars.test with 100% similarity]
t/vars3.sh [moved from tests/vars3.test with 100% similarity]
t/vartar.sh [moved from tests/vartar.test with 100% similarity]
t/vartypo2.sh [moved from tests/vartypo2.test with 100% similarity]
t/vartypos.sh [moved from tests/vartypos.test with 100% similarity]
t/version.sh [moved from tests/version.test with 100% similarity]
t/version2.sh [moved from tests/version2.test with 100% similarity]
t/version3.sh [moved from tests/version3.test with 100% similarity]
t/version4.sh [moved from tests/version4.test with 100% similarity]
t/version6.sh [moved from tests/version6.test with 100% similarity]
t/version7.sh [moved from tests/version7.test with 100% similarity]
t/version8.sh [moved from tests/version8.test with 100% similarity]
t/vpath.sh [moved from tests/vpath.test with 100% similarity]
t/vtexi.sh [moved from tests/vtexi.test with 100% similarity]
t/vtexi2.sh [moved from tests/vtexi2.test with 100% similarity]
t/vtexi3.sh [moved from tests/vtexi3.test with 100% similarity]
t/vtexi4.sh [moved from tests/vtexi4.test with 100% similarity]
t/warning-groups-win-over-strictness.sh [moved from tests/warning-groups-win-over-strictness.test with 100% similarity]
t/warnings-override.sh [moved from tests/warnings-override.test with 100% similarity]
t/warnings-precedence.sh [moved from tests/warnings-precedence.test with 100% similarity]
t/warnings-strictness-interactions.sh [moved from tests/warnings-strictness-interactions.test with 100% similarity]
t/warnings-unknown.sh [moved from tests/warnings-unknown.test with 100% similarity]
t/warnings-win-over-strictness.sh [moved from tests/warnings-win-over-strictness.test with 100% similarity]
t/warnopts.sh [moved from tests/warnopts.test with 100% similarity]
t/werror.sh [moved from tests/werror.test with 100% similarity]
t/werror2.sh [moved from tests/werror2.test with 100% similarity]
t/werror3.sh [moved from tests/werror3.test with 100% similarity]
t/werror4.sh [moved from tests/werror4.test with 100% similarity]
t/whoami.sh [moved from tests/whoami.test with 100% similarity]
t/wrap/aclocal.in [moved from tests/wrap/aclocal.in with 100% similarity]
t/wrap/automake.in [moved from tests/wrap/automake.in with 100% similarity]
t/xsource.sh [moved from tests/xsource.test with 100% similarity]
t/yacc-auxdir.sh [moved from tests/yacc-auxdir.test with 100% similarity]
t/yacc-basic.sh [moved from tests/yacc-basic.test with 100% similarity]
t/yacc-bison-skeleton-cxx.sh [moved from tests/yacc-bison-skeleton-cxx.test with 100% similarity]
t/yacc-bison-skeleton.sh [moved from tests/yacc-bison-skeleton.test with 100% similarity]
t/yacc-clean-cxx.sh [moved from tests/yacc-clean-cxx.test with 100% similarity]
t/yacc-clean.sh [moved from tests/yacc-clean.test with 100% similarity]
t/yacc-cxx.sh [moved from tests/yacc-cxx.test with 100% similarity]
t/yacc-d-basic.sh [moved from tests/yacc-d-basic.test with 100% similarity]
t/yacc-d-cxx.sh [moved from tests/yacc-d-cxx.test with 100% similarity]
t/yacc-d-vpath.sh [moved from tests/yacc-d-vpath.test with 100% similarity]
t/yacc-deleted-headers.sh [moved from tests/yacc-deleted-headers.test with 100% similarity]
t/yacc-depend.sh [moved from tests/yacc-depend.test with 100% similarity]
t/yacc-depend2.sh [moved from tests/yacc-depend2.test with 100% similarity]
t/yacc-dist-nobuild-subdir.sh [moved from tests/yacc-dist-nobuild-subdir.test with 100% similarity]
t/yacc-dist-nobuild.sh [moved from tests/yacc-dist-nobuild.test with 100% similarity]
t/yacc-line.sh [moved from tests/yacc-line.test with 100% similarity]
t/yacc-mix-c-cxx.sh [moved from tests/yacc-mix-c-cxx.test with 100% similarity]
t/yacc-nodist.sh [moved from tests/yacc-nodist.test with 100% similarity]
t/yacc-pr204.sh [moved from tests/yacc-pr204.test with 100% similarity]
t/yacc-weirdnames.sh [moved from tests/yacc-weirdnames.test with 100% similarity]
t/yacc.sh [moved from tests/yacc.test with 100% similarity]
t/yacc2.sh [moved from tests/yacc2.test with 100% similarity]
t/yacc4.sh [moved from tests/yacc4.test with 100% similarity]
t/yacc5.sh [moved from tests/yacc5.test with 100% similarity]
t/yacc7.sh [moved from tests/yacc7.test with 100% similarity]
t/yacc8.sh [moved from tests/yacc8.test with 100% similarity]
t/yaccdry.sh [moved from tests/yaccdry.test with 100% similarity]
t/yaccpp.sh [moved from tests/yaccpp.test with 100% similarity]
t/yaccvpath.sh [moved from tests/yaccvpath.test with 100% similarity]
t/yflags-cmdline-override.sh [moved from tests/yflags-cmdline-override.test with 100% similarity]
t/yflags-conditional.sh [moved from tests/yflags-conditional.test with 100% similarity]
t/yflags-d-false-positives.sh [moved from tests/yflags-d-false-positives.test with 100% similarity]
t/yflags-force-conditional.sh [moved from tests/yflags-force-conditional.test with 100% similarity]
t/yflags-force-override.sh [moved from tests/yflags-force-override.test with 100% similarity]
t/yflags-var-expand.sh [moved from tests/yflags-var-expand.test with 100% similarity]
t/yflags.sh [moved from tests/yflags.test with 100% similarity]
t/yflags2.sh [moved from tests/yflags2.test with 100% similarity]
tests/.gitignore [deleted file]
tests/list-of-tests.mk [deleted file]