From b4896ce44ca5883bc34a2df0355ed3c8ad19485c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 26 Nov 2012 15:15:11 +0100 Subject: [PATCH] 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 --- t/list-of-tests.mk | 14 +++++++------- t/{vala4.sh => vala-configure.sh} | 0 t/{vala.sh => vala-grepping.sh} | 0 t/{vala3.sh => vala-non-recursive-setup.sh} | 0 t/{vala5.sh => vala-per-target-flags.sh} | 2 +- t/{vala2.sh => vala-recursive-setup.sh} | 0 6 files changed, 8 insertions(+), 8 deletions(-) rename t/{vala4.sh => vala-configure.sh} (100%) rename t/{vala.sh => vala-grepping.sh} (100%) rename t/{vala3.sh => vala-non-recursive-setup.sh} (100%) rename t/{vala5.sh => vala-per-target-flags.sh} (97%) rename t/{vala2.sh => vala-recursive-setup.sh} (100%) 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 -- 2.7.4