texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Fri, 15 Nov 2024 17:19:16 -0500 (EST)

branch: master
commit b7fe79039a6e0beb70d6ced3efa23a518b570336
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 15 20:01:05 2024 +0000

    * tp/tests/many_input_files/Makefile.am:
    Remove use of LONG_TESTS variable (same change made in
    tp/tests/Makefile.am on 2016-10-23 but this file was missed).
---
 ChangeLog                             | 6 ++++++
 tp/tests/many_input_files/Makefile.am | 5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 46417c45dc..0c243d3b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-15  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/tests/many_input_files/Makefile.am:
+       Remove use of LONG_TESTS variable (same change made in
+       tp/tests/Makefile.am on 2016-10-23 but this file was missed).
+
 2024-11-15  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/html_prepare_converter.c
diff --git a/tp/tests/many_input_files/Makefile.am 
b/tp/tests/many_input_files/Makefile.am
index 25ab45233d..b09519ee6b 100644
--- a/tp/tests/many_input_files/Makefile.am
+++ b/tp/tests/many_input_files/Makefile.am
@@ -36,11 +36,8 @@ tests_dirs = different_encodings 
different_languages_gen_master_menu \
   for_nbspaces_different_encodings \
   input_dir_non_ascii output_dir_non_ascii output_dir_file_non_ascii
 
-long-checks: all
-       $(MAKE) $(AM_MAKEFLAGS) check LONG_TESTS=yes
-
 tex-html-checks: all
-       $(MAKE) $(AM_MAKEFLAGS) check LONG_TESTS=yes TEX_HTML_TESTS=yes
+       $(MAKE) $(AM_MAKEFLAGS) check TEX_HTML_TESTS=yes
 
 copy-tex-html:
        for dir in $(tex_html_dirs); do \



reply via email to

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