summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2019-09-10 16:19:53 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2019-09-10 16:25:08 +1000
commitafdee89e1ca9f5919a75e8d8b35c353ee99a0622 (patch)
tree45044129b2be51a8469827322bb4f14329beb28b /Makefile.am
parent9aacbf13a4f8e164fc4f353fcb572ea732af041e (diff)
downloadgroff-git-afdee89e1ca9f5919a75e8d8b35c353ee99a0622.tar.gz
Mark expected-to-fail test as XFAIL.
Automake supports XFAIL and XPASS, so actually use the infrastructure as intended. * Makefile.am: Declare XFAIL_TESTS variable. * src/roff/groff/groff.am: Declare string_case_xform_unicode_escape.sh as an XFAIL test. * src/roff/groff/tests/string_case_xform_unicode_escape.sh: Set the expected output to what it would be if string case transforms worked on groff Unicode escapes.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4dfae2c0f..cd42b2017 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -565,6 +565,7 @@ SUFFIXES =
check_SCRIPTS =
check_PROGRAMS =
TESTS =
+XFAIL_TESTS =
AM_TESTS_ENVIRONMENT = \
abs_top_srcdir=$(abs_top_srcdir) \
abs_top_builddir=$(abs_top_builddir) \