automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: give some tests more significant names


From: Stefano Lattarini
Subject: [FYI] {master} tests: give some tests more significant names
Date: Sat, 24 Nov 2012 14:35:23 +0100

* 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 <address@hidden>
---
 t/{req.sh => aclocal-req.sh}           | 0
 t/{reqd.sh => add-missing-multiple.sh} | 2 ++
 t/{block.sh => comment-block.sh}       | 0
 t/list-of-tests.mk                     | 6 +++---
 4 files changed, 5 insertions(+), 3 deletions(-)
 rename t/{req.sh => aclocal-req.sh} (100%)
 rename t/{reqd.sh => add-missing-multiple.sh} (99%)
 rename t/{block.sh => comment-block.sh} (100%)

diff --git a/t/req.sh b/t/aclocal-req.sh
similarity index 100%
rename from t/req.sh
rename to t/aclocal-req.sh
diff --git a/t/reqd.sh b/t/add-missing-multiple.sh
similarity index 99%
rename from t/reqd.sh
rename to t/add-missing-multiple.sh
index f349798..a817d5b 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
similarity index 100%
rename from t/block.sh
rename to t/comment-block.sh
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 6585ce6..e9af657 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 \
-- 
1.8.0.209.gf3828dc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]