texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog tp/tests/Makefile.am


From: karl
Subject: texinfo ChangeLog tp/tests/Makefile.am
Date: Fri, 11 Jan 2013 19:09:16 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/11 19:09:16

Modified files:
        .              : ChangeLog 
        tp/tests       : Makefile.am 

Log message:
        long-check as well as long-checks, etc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1508&r2=1.1509
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/Makefile.am?cvsroot=texinfo&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1508
retrieving revision 1.1509
diff -u -b -r1.1508 -r1.1509
--- ChangeLog   11 Jan 2013 18:28:56 -0000      1.1508
+++ ChangeLog   11 Jan 2013 19:09:16 -0000      1.1509
@@ -1,3 +1,8 @@
+2013-01-11  Karl Berry  <address@hidden>
+
+       * tp/tests/Makefile.am (long-check, all-check, tex-html-check):
+       aliases for the names with s.
+
 2013-01-11  Sergey Poznyakoff  <address@hidden>
 
        * info/window.c (calculate_line_starts): call window_line_map_init,

Index: tp/tests/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- tp/tests/Makefile.am        18 Dec 2012 00:07:17 -0000      1.12
+++ tp/tests/Makefile.am        11 Jan 2013 19:09:16 -0000      1.13
@@ -1,6 +1,6 @@
-# $Id: Makefile.am,v 1.12 2012/12/18 00:07:17 pertusus Exp $
+# $Id: Makefile.am,v 1.13 2013/01/11 19:09:16 karl Exp $
 # Makefile.am for texinfo/tp/tests.
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 2012, 2013 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -38,13 +38,13 @@
 
 TESTS = parser_base_tests long_tests.sh tex_html_tests.sh
 
-long-checks: all
+long-checks long-check: all
        $(MAKE) $(AM_MAKEFLAGS) check LONG_TESTS=yes
 
-all-checks: all
+all-checks all-check: all
        $(MAKE) $(AM_MAKEFLAGS) check ALL_TESTS=yes
 
-tex-html-checks: all
+tex-html-checks tex-html-check: all
        $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes LONG_TESTS=yes
 
 # this is in order to have the htmlxref.cnf files in the build dir.



reply via email to

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