This is the mail archive of the libc-alpha@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: [PATCHv2 2/2] realpath: don't lose errno on failure


On 10/02/2013 11:59 AM, Roland McGrath wrote:
> I'm not close to my libc tree or on a decent network today.  
> Carlos and/or Siddhesh can help you out.

I checked and we don't have any examples that explicitly override
malloc-related functions.

Adding a test to glibc is almost like adding a stand-along program
so in that capacity it shouldn't be too hard.

Add the test by name to malloc/Makefile (tests).

Add the file into the malloc directory.

Then `make check' should build and run the test.

I always start with stand-alone programs and then move them
into the framework.

Cheers,
Carlos.
 


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