summaryrefslogtreecommitdiffstats
path: root/test/test-skeleton.c
Commit message (Collapse)AuthorAgeFilesLines
* make test-skeleton C89 compliantBernhard Reutner-Fischer2009-11-221-4/+7
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-241-0/+14
| | | | | | | | test/regex/Makefile: remove superfluous oprions test/regex/tst-regex2.c: reformat, simplify, and make error messages more informative test/test-skeleton.c: kill child test process on ^C
* Synch tests with trunkCarmelo Amoroso2008-07-091-1/+1
|
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-221-3/+17
|
* Add test skeleton for TLS and NPTL tests. It is straight from glibc"Steven J. Hill"2005-11-011-0/+380
with no changes.