bug-groff
[Top][All Lists]
Advanced

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

[bug #55020] new hdtbl unit test removes gdiffmk's unit test on in-tree


From: G. Branden Robinson
Subject: [bug #55020] new hdtbl unit test removes gdiffmk's unit test on in-tree builds
Date: Tue, 13 Nov 2018 23:18:39 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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/




reply via email to

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