Jim Meyering wrote:
> * tests/test-tsearch.c (mangle_tree): Likewise.  Also include
> tests/macros.h for the definition.
> * tests/test-argp.c (group1_parser): Likewise.

The module descriptions need to be adjusted accordingly:


2017-05-20  Bruno Haible  <br...@clisp.org>

        argp, tsearch tests: Fix file list.
        * modules/argp-tests (Files): Add tests/macros.h.
        * modules/tsearch-tests (Files): Likewise.

diff --git a/modules/argp-tests b/modules/argp-tests
index ce621d9..fada682 100644
--- a/modules/argp-tests
+++ b/modules/argp-tests
@@ -1,6 +1,7 @@
 Files:
 tests/test-argp.c
 tests/test-argp-2.sh
+tests/macros.h
 
 Depends-on:
 
diff --git a/modules/tsearch-tests b/modules/tsearch-tests
index ca32649..2612b72 100644
--- a/modules/tsearch-tests
+++ b/modules/tsearch-tests
@@ -2,6 +2,7 @@ Files:
 tests/test-tsearch.sh
 tests/test-tsearch.c
 tests/signature.h
+tests/macros.h
 
 Depends-on:
 stdint


Reply via email to