summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-16 12:14:58 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-17 06:12:11 -0600
commit668a1b183b748473e2fec17bdde4db286129f659 (patch)
tree2aa92e0beab095d44e5b5e9f060731dfb29d2098 /src
parentf4208baddc4a94b707f516e976f8ccb23dbebed5 (diff)
downloadgroff-git-668a1b183b748473e2fec17bdde4db286129f659.tar.gz
[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.
Diffstat (limited to 'src')
-rw-r--r--src/roff/groff/groff.am6
1 files changed, 4 insertions, 2 deletions
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)