summaryrefslogtreecommitdiff
path: root/test/regex
AgeCommit message (Collapse)Author
2013-03-14test: add missing top_srcdirBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-03-16Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso
Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2009-01-28Follow naming convention for tst-regex2 input file. All othersCarmelo Amoroso
are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
2008-12-25test/regex/tst-regexloc.c: include ok/bad indicator in the messageDenis Vlasenko
test/regex/tst-regex2.c: do not exit at the first error
2008-12-24test/regex: make it faster to rebuild and run regex testcaseDenis Vlasenko
2008-12-24rename test fileDenis Vlasenko
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"
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-07-05fix license noticeMike Frysinger
2006-06-19touchup printf format to fix warningMike Frysinger
2006-03-11fix gcc warningsMike Frysinger
2006-03-02Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵Peter S. Mazinger
-D_GNU_SOURCE
2006-03-02Move hidden test file for tst-regex2 as wellPeter S. Mazinger
2006-03-02inform people test is skipped on non-locale hostsMike Frysinger
2006-03-01Add another test, use for those hanging -cPeter S. Mazinger
2006-03-01Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵Peter S. Mazinger
uclibc targets, adapt regex
2006-03-01Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger
2006-03-01Add AT&T research regex testsuitePeter S. Mazinger