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 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

Siddhesh
-- 
http://siddhesh.in


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