URL:
  <https://savannah.gnu.org/bugs/?55020>

                 Summary: new hdtbl unit test removes gdiffmk's unit test on
in-tree builds
                 Project: GNU troff
            Submitted by: gbranden
            Submitted on: Wed 14 Nov 2018 04:18:37 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Build/Installation
                  Status: In Progress
                 Privacy: Public
             Assigned to: gbranden
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:


./bootstrap
./configure && make -j 3 && make check
make clean
git st
 D contrib/gdiffmk/tests/gdiffmk_tests.sh


Rut-roh.

The fix is straightforward:


diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 2a470967..786c686c 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -102,6 +102,7 @@ EXTRA_DIST += \
   contrib/hdtbl/hdtbl.tmac-u \
   contrib/hdtbl/hdmisc.tmac-u
 
+hdtbl_TESTS = contrib/hdtbl/examples/test-hdtbl.sh
 TESTS += contrib/hdtbl/examples/test-hdtbl.sh
 contrib/hdtbl/examples/test-hdtbl.sh: $(top_builddir)/config.status \
        $(HDTBLPROCESSEDEXAMPLEFILES)
$(top_srcdir)/contrib/hdtbl/examples/test-hdtbl.sh.in
@@ -110,7 +111,7 @@ contrib/hdtbl/examples/test-hdtbl.sh:
$(top_builddir)/config.status \
                $(top_srcdir)/contrib/hdtbl/examples/test-hdtbl.sh.in > $@
        chmod +x $@
 
-MOSTLYCLEANFILES += $(TESTS)
+MOSTLYCLEANFILES += $(hdtbl_TESTS)
 
 # Rule to generate ps and roff files
 SUFFIXES += .roff .in .ps





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55020>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


_______________________________________________
bug-groff mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-groff

Reply via email to