summaryrefslogtreecommitdiff
path: root/test/regex/tst-regex2.c
AgeCommit message (Collapse)Author
2008-12-24test/Makefile: make "make compile" install headers firstDenis Vlasenko
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
2008-12-17resolv: fix testcase failureDenis Vlasenko
test/regex/tst-regex2.c: fix testcase to compile with just "gcc <file>.c"
2006-03-01Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger