summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-11-24 14:32:06 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-24 14:34:59 +0100
commita55591f32d816db41335835eb8bc92aa4d5c5267 (patch)
tree87a9060e9acfe1c938045022f5abcba773439679 /t
parentfe1625a4b00b402d6333be0d7999a41ed4983204 (diff)
downloadautomake-a55591f32d816db41335835eb8bc92aa4d5c5267.tar.gz
tests: give some tests more significant names
* t/req.sh: Rename ... * t/aclocal-req.sh: ... like this. * t/reqd.sh: Rename ... * t/add-missing-multiple.sh: ... like this. * t/block.sh: Rename ... * t/comment-block.sh: ... like this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't')
-rwxr-xr-xt/aclocal-req.sh (renamed from t/req.sh)0
-rwxr-xr-xt/add-missing-multiple.sh (renamed from t/reqd.sh)2
-rwxr-xr-xt/comment-block.sh (renamed from t/block.sh)0
-rw-r--r--t/list-of-tests.mk6
4 files changed, 5 insertions, 3 deletions
diff --git a/t/req.sh b/t/aclocal-req.sh
index e68db0c5f..e68db0c5f 100755
--- a/t/req.sh
+++ b/t/aclocal-req.sh
diff --git a/t/reqd.sh b/t/add-missing-multiple.sh
index f34979831..a817d5b12 100755
--- a/t/reqd.sh
+++ b/t/add-missing-multiple.sh
@@ -43,3 +43,5 @@ test -f one/mdate-sh
test -f one/texinfo.tex
test -f two/mdate-sh
test -f two/texinfo.tex
+
+:
diff --git a/t/block.sh b/t/comment-block.sh
index a50b9d3e7..a50b9d3e7 100755
--- a/t/block.sh
+++ b/t/comment-block.sh
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 6585ce688..e9af6573a 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -105,6 +105,7 @@ t/aclocal-path-nonexistent.sh \
t/aclocal-path-precedence.sh \
t/aclocal-pr450.sh \
t/aclocal-print-acdir.sh \
+t/aclocal-req.sh \
t/aclocal-remake-misc.sh \
t/aclocal-scan-configure-ac-pr319.sh \
t/aclocal-serial.sh \
@@ -115,6 +116,7 @@ t/acsilent.sh \
t/acsubst.sh \
t/acsubst2.sh \
t/add-missing.tap \
+t/add-missing-multiple.sh \
t/all.sh \
t/all2.sh \
t/alloca.sh \
@@ -186,7 +188,6 @@ t/backsl4.sh \
t/badline.sh \
t/badopt.sh \
t/badprog.sh \
-t/block.sh \
t/built-sources-check.sh \
t/built-sources-cond.sh \
t/built-sources-fork-bomb.sh \
@@ -249,6 +250,7 @@ t/comment8.sh \
t/comment9.sh \
t/commen10.sh \
t/commen11.sh \
+t/comment-block.sh \
t/comments-in-var-def.sh \
t/compile.sh \
t/compile2.sh \
@@ -947,8 +949,6 @@ t/remake-renamed-am.sh \
t/remake-aclocal-version-mismatch.sh \
t/remake-macrodir.sh \
t/remake-timing-bug-pr8365.sh \
-t/req.sh \
-t/reqd.sh \
t/reqd2.sh \
t/repeated-options.sh \
t/rulepat.sh \