coreutils
[Top][All Lists]
Advanced

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

Re: Notes on testing coreutils


From: Assaf Gordon
Subject: Re: Notes on testing coreutils
Date: Tue, 24 Jan 2017 10:24:12 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hello Pádraig,

On 01/23/2017 12:04 PM, Pádraig Brady wrote:
> FYI I summarized some notes on testing coreutils at
> https://news.ycombinator.com/item?id=13463620

Very informative and useful!


Perhaps you'd be willing to consider adding a short blurb about
gnulib's tests and SUBDIR ?
because SUBDIR is mentioned twice but not
explained, and also because some of gnulib's code will appear
not to be covered by tests in coreutils.

Perhaps something like the following under "miscellaneous" section ?

===

<li id="gnulib">
<b>gnulib tests</b> are bundled together with coreutils'.

The <font class="snippet">SUBDIR</font> parameter in
<font class="snippet">make SUBDIRS=. check</font> will skip gnulib's
test and run only coreutils' tests.

Omitting the <font class="snippet">SUBDIR</font>
parameter will run all tests.

Gnulib's tests are maintained independently
of coreutils. To learn more, see this
<a
href="http://bug-gnulib.gnu.narkive.com/mqMuiXg7/running-tests-as-a-gnulib-developer#post2";>discussion</a>.

</li>

====

regarding the last URL:
I couldn't find a clear explanation of using gnulib's tests,
and that discussion with Eric's suggestions was helpful.


Thanks for writing it,
  -assaf




reply via email to

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