automake-patches
[Top][All Lists]
Advanced

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

[PATCH 2/2] tests: better name for a couple of tests


From: Stefano Lattarini
Subject: [PATCH 2/2] tests: better name for a couple of tests
Date: Sun, 22 Jul 2012 17:31:27 +0200

* t/color.sh: Rename ...
* t/color-tests.sh: ... like this.
* t/color2.sh: Rename ...
* t/color-tests2.sh: ... like this.
* t/list-of-tests.mk: Adjust.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/{color.sh => color-tests.sh}   |    0
 t/{color2.sh => color-tests2.sh} |    0
 t/list-of-tests.mk               |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename t/{color.sh => color-tests.sh} (100%)
 rename t/{color2.sh => color-tests2.sh} (100%)

diff --git a/t/color.sh b/t/color-tests.sh
similarity index 100%
rename from t/color.sh
rename to t/color-tests.sh
diff --git a/t/color2.sh b/t/color-tests2.sh
similarity index 100%
rename from t/color2.sh
rename to t/color-tests2.sh
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 91f32cc..9ab8f28 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -227,8 +227,8 @@ t/colon4.sh \
 t/colon5.sh \
 t/colon6.sh \
 t/colon7.sh \
-t/color.sh \
-t/color2.sh \
+t/color-tests.sh \
+t/color-tests2.sh \
 t/color-tests-opt.sh \
 t/comment.sh \
 t/comment2.sh \
-- 
1.7.10.4




reply via email to

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