groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/09: [tests]: Don't test grohtml if unsupported.


From: G. Branden Robinson
Subject: [groff] 04/09: [tests]: Don't test grohtml if unsupported.
Date: Sat, 18 Feb 2023 02:04:50 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 668a1b183b748473e2fec17bdde4db286129f659
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Feb 16 12:14:58 2023 -0600

    [tests]: Don't test grohtml if unsupported.
    
    * src/roff/groff/groff.am (groff_TESTS) [!USE_GROHTML]: Don't test the
      'grohtml' driver if we know it won't work.
---
 ChangeLog               | 5 +++++
 src/roff/groff/groff.am | 6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f9d8a492..23db8e6df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-02-16  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/roff/groff/groff.am (groff_TESTS) [!USE_GROHTML]: Don't
+       test the 'grohtml' driver if we know it won't work.
+
 2023-02-16  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/roff/groff/tests/\
diff --git a/src/roff/groff/groff.am b/src/roff/groff/groff.am
index 8937d4ced..82cb03760 100644
--- a/src/roff/groff/groff.am
+++ b/src/roff/groff/groff.am
@@ -47,7 +47,6 @@ groff_TESTS = \
   src/roff/groff/tests/evc_produces_no_output_if_invalid.sh \
   src/roff/groff/tests/fp_should_not_traverse_directories.sh \
   src/roff/groff/tests/handle_special_input_code_points.sh \
-  src/roff/groff/tests/html_works_with_grn_and_eqn.sh \
   src/roff/groff/tests/initialization_is_quiet.sh \
   src/roff/groff/tests/localization_works.sh \
   src/roff/groff/tests/msoquiet_works.sh \
@@ -59,7 +58,6 @@ groff_TESTS = \
   src/roff/groff/tests/regression_savannah_58162.sh \
   src/roff/groff/tests/regression_savannah_58337.sh \
   src/roff/groff/tests/regression_savannah_59202.sh \
-  src/roff/groff/tests/smoke-test_html_device.sh \
   src/roff/groff/tests/some_escapes_accept_newline_delimiters.sh \
   src/roff/groff/tests/soquiet_works.sh \
   src/roff/groff/tests/string_case_xform_errors.sh \
@@ -67,6 +65,10 @@ groff_TESTS = \
   src/roff/groff/tests/string_case_xform_unicode_escape.sh \
   src/roff/groff/tests/substring_works.sh \
   src/roff/groff/tests/use_point_size_escape_with_single_digit_arg.sh
+if USE_GROHTML
+groff_TESTS += src/roff/groff/tests/html_works_with_grn_and_eqn.sh \
+  src/roff/groff/tests/smoke-test_html_device.sh
+endif
 TESTS += $(groff_TESTS)
 EXTRA_DIST += $(groff_TESTS)
 



reply via email to

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