tests: give few vala tests more significant names
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Nov 2012 14:15:11 +0000 (15:15 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 26 Nov 2012 14:15:11 +0000 (15:15 +0100)
* 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 <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/vala-configure.sh [moved from t/vala4.sh with 100% similarity]
t/vala-grepping.sh [moved from t/vala.sh with 100% similarity]
t/vala-non-recursive-setup.sh [moved from t/vala3.sh with 100% similarity]
t/vala-per-target-flags.sh [moved from t/vala5.sh with 97% similarity]
t/vala-recursive-setup.sh [moved from t/vala2.sh with 100% similarity]

index 8d551d1..8b58c2f 100644 (file)
@@ -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 \
similarity index 100%
rename from t/vala4.sh
rename to t/vala-configure.sh
similarity index 100%
rename from t/vala.sh
rename to t/vala-grepping.sh
similarity index 100%
rename from t/vala3.sh
rename to t/vala-non-recursive-setup.sh
similarity index 97%
rename from t/vala5.sh
rename to t/vala-per-target-flags.sh
index 9cd57f8..5eae281 100755 (executable)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Test per-target flags.
+# Test per-target flags in vala support.
 
 required="pkg-config valac gcc GNUmake"
 . test-init.sh
similarity index 100%
rename from t/vala2.sh
rename to t/vala-recursive-setup.sh