summaryrefslogtreecommitdiffstats
path: root/test/regex/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-161-0/+3
| | | | | | | | | | | 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>
* test/regex: make it faster to rebuild and run regex testcaseDenis Vlasenko2008-12-241-11/+0
|
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-241-2/+0
| | | | | | | | 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
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵Peter S. Mazinger2006-03-021-9/+0
| | | | -D_GNU_SOURCE
* Add another test, use for those hanging -cPeter S. Mazinger2006-03-011-2/+4
|
* Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵Peter S. Mazinger2006-03-011-7/+7
| | | | uclibc targets, adapt regex
* Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger2006-03-011-0/+2
|
* Add AT&T research regex testsuitePeter S. Mazinger2006-03-011-0/+22