Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 1 | -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> | ||||
* | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | 2009-01-28 | 2 | -1/+1 |
| | | | | | | | are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | test/regex/tst-regexloc.c: include ok/bad indicator in the message | Denis Vlasenko | 2008-12-25 | 2 | -19/+40 |
| | | | | | test/regex/tst-regex2.c: do not exit at the first error | ||||
* | test/regex: make it faster to rebuild and run regex testcase | Denis Vlasenko | 2008-12-24 | 9 | -21/+29 |
| | |||||
* | rename test file | Denis Vlasenko | 2008-12-24 | 1 | -0/+0 |
| | |||||
* | test/Makefile: make "make compile" install headers first | Denis Vlasenko | 2008-12-24 | 2 | -222/+205 |
| | | | | | | | | 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 | ||||
* | resolv: fix testcase failure | Denis Vlasenko | 2008-12-17 | 1 | -8/+13 |
| | | | | | test/regex/tst-regex2.c: fix testcase to compile with just "gcc <file>.c" | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | touchup printf format to fix warning | Mike Frysinger | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | fix gcc warnings | Mike Frysinger | 2006-03-11 | 1 | -39/+37 |
| | |||||
* | Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵ | Peter S. Mazinger | 2006-03-02 | 2 | -11/+2 |
| | | | | -D_GNU_SOURCE | ||||
* | Move hidden test file for tst-regex2 as well | Peter S. Mazinger | 2006-03-02 | 1 | -0/+2176 |
| | |||||
* | inform people test is skipped on non-locale hosts | Mike Frysinger | 2006-03-02 | 1 | -0/+1 |
| | |||||
* | Add another test, use for those hanging -c | Peter S. Mazinger | 2006-03-01 | 3 | -2/+98 |
| | |||||
* | Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵ | Peter S. Mazinger | 2006-03-01 | 1 | -7/+7 |
| | | | | uclibc targets, adapt regex | ||||
* | Move regex tests to their own subdir and dont run them if regex is disabled | Peter S. Mazinger | 2006-03-01 | 3 | -0/+294 |
| | |||||
* | Add AT&T research regex testsuite | Peter S. Mazinger | 2006-03-01 | 16 | -0/+2713 |