This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testing build



On 28-07-2015 08:55, Siddhesh Poyarekar wrote:
> On 28 July 2015 at 17:23, Juan Manuel Torres Palma
> <j.m.torrespalma@gmail.com> wrote:
>> I have been doing some builds and tests for the last days and I would
>> like to know if it's possible to do some specific tests better than
>> the whole "make check" thing.
> 
> You can run tests in specific subdirectories with:
> 
> make subdirs="space separated list of subdirectories" check
> 
> e.g.
> 
> make subdirs="elf stdlib" check

Or if you prefer to run just one folder you can 'make <subdir>/tests'.
The summarize results will be in <subdir>/subdir-tests.sum.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]