bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH 0/2] use AM_TESTS_ENVIRONMENT Automake variable


From: Mathieu Lirzin
Subject: [PATCH 0/2] use AM_TESTS_ENVIRONMENT Automake variable
Date: Sat, 21 May 2016 14:48:08 +0200

Hello,

Since 2011 Automake TESTS_ENVIRONMENT variable is reserved for the
user unless the “older (and discouraged) serial test harness” is used.
See:

  
https://www.gnu.org/software/automake/manual/automake.html#index-AM_005fTESTS_005fENVIRONMENT

The first patch makes use of the new AM_TESTS_ENVIRONMENT
developer-reserved variable, and the second one adds a ‘syntax-check’
to ensure no rule to preach the good news!  ;)

Thanks,

Mathieu Lirzin (2):
  prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT
  maint.mk: prohibit user reserved make flags

 ChangeLog                                 | 37 +++++++++++++++++++++++++++++++
 Makefile                                  |  6 ++---
 doc/gnulib.texi                           |  6 ++---
 doc/valgrind-tests.texi                   |  6 ++---
 gnulib-tool                               |  4 ++--
 modules/acl-tests                         |  2 +-
 modules/btowc-tests                       |  2 +-
 modules/c-snprintf-tests                  |  2 +-
 modules/c-stack-tests                     |  2 +-
 modules/c-strcase-tests                   |  2 +-
 modules/c-vasprintf-tests                 |  2 +-
 modules/c-vsnprintf-tests                 |  2 +-
 modules/c-xvasprintf-tests                |  2 +-
 modules/copy-file-tests                   |  2 +-
 modules/file-has-acl-tests                |  2 +-
 modules/localcharset                      |  2 +-
 modules/mbmemcasecmp-tests                |  2 +-
 modules/mbmemcasecoll-tests               |  2 +-
 modules/mbrtowc-tests                     |  2 +-
 modules/mbscasecmp-tests                  |  2 +-
 modules/mbscasestr-tests                  |  2 +-
 modules/mbschr-tests                      |  2 +-
 modules/mbscspn-tests                     |  2 +-
 modules/mbsinit-tests                     |  2 +-
 modules/mbsncasecmp-tests                 |  2 +-
 modules/mbsnrtowcs-tests                  |  2 +-
 modules/mbspbrk-tests                     |  2 +-
 modules/mbspcasecmp-tests                 |  2 +-
 modules/mbsrchr-tests                     |  2 +-
 modules/mbsrtowcs-tests                   |  2 +-
 modules/mbsspn-tests                      |  2 +-
 modules/mbsstr-tests                      |  2 +-
 modules/nl_langinfo-tests                 |  2 +-
 modules/quotearg-tests                    |  2 +-
 modules/setlocale-tests                   |  2 +-
 modules/unicase/locale-language-tests     |  2 +-
 modules/unicase/ulc-casecmp-tests         |  2 +-
 modules/unicase/ulc-casecoll-tests        |  2 +-
 modules/unigbrk/ulc-grapheme-breaks-tests |  2 +-
 modules/unistdio/u16-vasnprintf-tests     |  2 +-
 modules/unistdio/u32-vasnprintf-tests     |  2 +-
 modules/unistdio/u8-vasnprintf-tests      |  2 +-
 modules/unistdio/ulc-vasnprintf-tests     |  2 +-
 modules/uniwbrk/ulc-wordbreaks-tests      |  2 +-
 modules/update-copyright-tests            |  2 +-
 modules/vasnprintf-posix-tests            |  2 +-
 modules/vc-list-files-tests               |  2 +-
 modules/verify-tests                      |  2 +-
 modules/wcrtomb-tests                     |  2 +-
 modules/wcsnrtombs-tests                  |  2 +-
 modules/wcsrtombs-tests                   |  2 +-
 tests/havelib/Makefile.am                 | 15 ++++++-------
 tests/init.sh                             |  6 ++---
 top/maint.mk                              |  8 +++++++
 54 files changed, 112 insertions(+), 68 deletions(-)

-- 
2.8.1




reply via email to

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