From: Stefano Lattarini Date: Mon, 26 Nov 2012 14:15:11 +0000 (+0100) Subject: tests: give few vala tests more significant names X-Git-Tag: v1.12.6~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4896ce44ca5883bc34a2df0355ed3c8ad19485c;p=platform%2Fupstream%2Fautomake.git tests: give few vala tests more significant names * t/vala.sh: Rename ... * t/vala-grepping.sh: ... like this. * t/vala2.sh: Rename ... * t/vala-recursive-setup.sh: ... like this. * t/vala3.sh: Rename ... * t/vala-non-recursive-setup.sh: ... like this. * t/vala4.sh: Rename ... * t/vala-configure.sh: ... like this. * t/vala5.sh: Rename ... * t/vala-per-target-flags.sh: ... like this, and slightly improve heading comments. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 8d551d1..8b58c2f 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -1199,18 +1199,18 @@ t/unused.sh \ t/upc.sh \ t/upc2.sh \ t/upc3.sh \ -t/vala.sh \ -t/vala2.sh \ -t/vala3.sh \ -t/vala4.sh \ -t/vala5.sh \ -t/vala-vapi.sh \ +t/vala-configure.sh \ +t/vala-grepping.sh \ t/vala-headers.sh \ t/vala-libs.sh \ -t/vala-vpath.sh \ t/vala-mix.sh \ t/vala-mix2.sh \ +t/vala-non-recursive-setup.sh \ t/vala-parallel.sh \ +t/vala-per-target-flags.sh \ +t/vala-recursive-setup.sh \ +t/vala-vapi.sh \ +t/vala-vpath.sh \ t/vars.sh \ t/vars3.sh \ t/vartar.sh \ diff --git a/t/vala4.sh b/t/vala-configure.sh similarity index 100% rename from t/vala4.sh rename to t/vala-configure.sh diff --git a/t/vala.sh b/t/vala-grepping.sh similarity index 100% rename from t/vala.sh rename to t/vala-grepping.sh diff --git a/t/vala3.sh b/t/vala-non-recursive-setup.sh similarity index 100% rename from t/vala3.sh rename to t/vala-non-recursive-setup.sh diff --git a/t/vala5.sh b/t/vala-per-target-flags.sh similarity index 97% rename from t/vala5.sh rename to t/vala-per-target-flags.sh index 9cd57f8..5eae281 100755 --- a/t/vala5.sh +++ b/t/vala-per-target-flags.sh @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test per-target flags. +# Test per-target flags in vala support. required="pkg-config valac gcc GNUmake" . test-init.sh diff --git a/t/vala2.sh b/t/vala-recursive-setup.sh similarity index 100% rename from t/vala2.sh rename to t/vala-recursive-setup.sh