From 4cb5b9b43e8bb2a42dc199c2c24d7b933c331d48 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 20 May 2017 12:15:04 +0200 Subject: [PATCH] argp, tsearch tests: Fix file list. * modules/argp-tests (Files): Add tests/macros.h. * modules/tsearch-tests (Files): Likewise. --- ChangeLog | 6 ++++++ modules/argp-tests | 1 + modules/tsearch-tests | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ded0b3f087..c34db39d1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-20 Bruno Haible + + argp, tsearch tests: Fix file list. + * modules/argp-tests (Files): Add tests/macros.h. + * modules/tsearch-tests (Files): Likewise. + 2017-05-20 Bruno Haible getopt-posix tests: Remove redundant include. diff --git a/modules/argp-tests b/modules/argp-tests index ce621d93a1..fada6827f0 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 ca32649261..2612b72c4a 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 -- 2.39.5