[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py adds new files to project tests/ directory
From: |
Bruno Haible |
Subject: |
Re: gnulib-tool.py adds new files to project tests/ directory |
Date: |
Mon, 11 Sep 2017 14:22:59 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-93-generic; KDE/5.18.0; x86_64; ; ) |
Hi Darshit,
> 2. Some new files are being added to the 'tests/' directory of the
> project. I don't see why these files are necessary there. The old
> script did not add them either. The files added are:
>
> _Noreturn.h
> arg-nonnull.h
> c++defs.h
> dummy.c
> unused-parameter.h
> warn-on-use.h
This behaviour was fixed in gnulib-tool, but not yet in gnulib-tool.py:
2017-03-14 Bruno Haible <address@hidden>
gnulib-tool: Don't produce a tests directory with only snippet .h files.
* gnulib-tool (func_modules_transitive_closure_separately): If
testsrelated_modules ends up with no "real" modules, aside from
modules with applicability 'all', set it to empty.
It's among the list of past changes to gnulib-tool that I'll port to
gnulib-tool.py (still 26 to go).
Bruno