tests: more significant names for some tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:31:31 +0000 (13:31 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:32:49 +0000 (13:32 +0100)
* t/extra5.sh: Rename ....
* t/extra-dist-vpath-dir.sh: ... like this.
* t/extra6.sh: Rename ....
* t/extra-dist-dirs-and-subdirs.sh: ... like this.
* t/extra7.sh: Rename ....
* t/extra-dist-vpath-dir-merge.sh: ... like this.
* t/extra8.sh: Rename ....
* t/extra-programs-misc.sh: ... like this.
* t/extra9.sh: Rename ....
* t/extra-programs-and-libs.sh: ... like this.
* t/extra10.sh: Rename ....
* t/extra-dist-wildcards.sh: ... like this.
* t/extra11.sh: Rename ....
* t/extra-dist-wildcards-gnu.sh: ... like this.
* t/extra12.sh: Rename ....
* t/extra-dist-wildcards-vpath.sh: ... like this.
* t/extradep.sh: Rename ....
* t/extra-deps.sh: ... like this, and adjust heading comments.
* t/extradep2.sh: Rename ....
* t/extra-deps-lt.sh: ... like this, and adjust heading comments.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/extra-deps-lt.sh [moved from t/extradep2.sh with 94% similarity]
t/extra-deps.sh [moved from t/extradep.sh with 96% similarity]
t/extra-dist-dirs-and-subdirs.sh [moved from t/extra6.sh with 100% similarity]
t/extra-dist-vpath-dir-merge.sh [moved from t/extra7.sh with 100% similarity]
t/extra-dist-vpath-dir.sh [moved from t/extra5.sh with 100% similarity]
t/extra-dist-wildcards-gnu.sh [moved from t/extra11.sh with 100% similarity]
t/extra-dist-wildcards-vpath.sh [moved from t/extra12.sh with 100% similarity]
t/extra-dist-wildcards.sh [moved from t/extra10.sh with 100% similarity]
t/extra-programs-and-libs.sh [moved from t/extra9.sh with 100% similarity]
t/extra-programs-misc.sh [moved from t/extra8.sh with 100% similarity]
t/list-of-tests.mk

similarity index 94%
rename from t/extradep2.sh
rename to t/extra-deps-lt.sh
index 8472c34..8d4af44 100755 (executable)
@@ -14,7 +14,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test EXTRA_*_DEPENDENCIES, libtool version; see 'extradep.sh'.
+# Test EXTRA_*_DEPENDENCIES, libtool version; see 'extra-deps.sh' for
+# non-libtool variant.
 
 required='cc libtoolize'
 . test-init.sh
similarity index 96%
rename from t/extradep.sh
rename to t/extra-deps.sh
index 8b620a4..3bd6d1d 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test EXTRA_*_DEPENDENCIES.  See extradep2 for libtool variant.
+# Test EXTRA_*_DEPENDENCIES.  See 'extra-deps-lt.sh' for libtool variant.
 
 required=cc
 . test-init.sh
similarity index 100%
rename from t/extra6.sh
rename to t/extra-dist-dirs-and-subdirs.sh
similarity index 100%
rename from t/extra7.sh
rename to t/extra-dist-vpath-dir-merge.sh
similarity index 100%
rename from t/extra5.sh
rename to t/extra-dist-vpath-dir.sh
similarity index 100%
rename from t/extra11.sh
rename to t/extra-dist-wildcards-gnu.sh
similarity index 100%
rename from t/extra12.sh
rename to t/extra-dist-wildcards-vpath.sh
similarity index 100%
rename from t/extra10.sh
rename to t/extra-dist-wildcards.sh
similarity index 100%
rename from t/extra9.sh
rename to t/extra-programs-and-libs.sh
similarity index 100%
rename from t/extra8.sh
rename to t/extra-programs-misc.sh
index 591b4f0..7b44e07 100644 (file)
@@ -443,20 +443,20 @@ t/extra.sh \
 t/extra2.sh \
 t/extra3.sh \
 t/extra4.sh \
-t/extra5.sh \
-t/extra6.sh \
-t/extra7.sh \
-t/extra8.sh \
-t/extra9.sh \
-t/extra10.sh \
-t/extra11.sh \
-t/extra12.sh \
+t/extra-dist-vpath-dir.sh \
+t/extra-dist-dirs-and-subdirs.sh \
+t/extra-dist-vpath-dir-merge.sh \
+t/extra-programs-misc.sh \
+t/extra-programs-and-libs.sh \
+t/extra-dist-wildcards.sh \
+t/extra-dist-wildcards-gnu.sh \
+t/extra-dist-wildcards-vpath.sh \
 t/extra-programs-empty.sh \
 t/extra-portability.sh \
 t/extra-portability2.sh \
 t/extra-portability3.sh \
-t/extradep.sh \
-t/extradep2.sh \
+t/extra-deps.sh \
+t/extra-deps-lt.sh \
 t/f90only.sh \
 t/flavor.sh \
 t/flibs.sh \