Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync confname, environments with glibc | Bernhard Reutner-Fischer | 2009-11-26 | 1 | -1/+7 |
| | | | | | | | Plus related synch. Add a testcase for the sysconf variables based on the one from glibc Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | test: sync up with toplevel buildsys | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -13/+17 |
| | | | | | | | test/Rules.mak was duplicating too much from the toplevel Rules.mak (which is included anyway). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso | 2009-03-16 | 1 | -3/+0 |
| | | | | | | | | | | | 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> | ||||
* | - add and use EXTRA_DIRS to wipe the test/locale/C directory | Bernhard Reutner-Fischer | 2008-10-10 | 1 | -0/+1 |
| | |||||
* | Fix bad commit 23574 for io redirecting when running the test suite | Hans-Christian Egtvedt | 2008-10-02 | 1 | -1/+1 |
| | | | | | | | This patch fixes the previous r23574 and uses a correct syntax for redirecting. ./foo > bar.out 2>&1 | ||||
* | Use more generic redirecting of output in the test suite | Hans-Christian Egtvedt | 2008-10-02 | 1 | -1/+1 |
| | | | | | | | | | This patch replaces the "&> file" with "> file 2>> file". The latter is compatible with Busybox ash shell, which makes it easier to run the test suite on target. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | - remove the error counter | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -6/+1 |
| | |||||
* | - add error-counter, do not immediately exit if a testcase fails but print | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -1/+7 |
| | | | | the overall error-counter at the end and exit accordingly. | ||||
* | Fix makefile target to run test when there are some shell script. | Carmelo Amoroso | 2008-07-02 | 1 | -3/+1 |
| | | | | | | | | | | | | SImply do not include SHEL_TESTS among RUNTIME_TESTS, because shell script have a their own rule to be excuted. The runtime evaluation by using the $(shell ...) command doesn't work due to immediate expansion of shell function. Currently only nptl tests have shell script, so this problem have been never discovered before. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | no need to delete the binary upon failure | Mike Frysinger | 2008-01-09 | 1 | -1/+0 |
| | |||||
* | New test targets 'compile' and 'run' | Khem Raj | 2007-03-05 | 1 | -37/+40 |
| | |||||
* | fixup prototype warnings | Mike Frysinger | 2007-01-29 | 1 | -0/+1 |
| | |||||
* | make error output a little more helpful | Mike Frysinger | 2007-01-29 | 1 | -1/+2 |
| | |||||
* | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | 2006-12-16 | 1 | -0/+1 |
| | | | | CFLAGS/LDFLAGS/CPPFLAGS | ||||
* | Add CHECK_ONLY option to allow for running the tests on the target instead ↵ | "Steven J. Hill" | 2006-11-18 | 1 | -0/+2 |
| | | | | of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree. | ||||
* | also kill gdb files when building BFLT files | Mike Frysinger | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵ | Peter S. Mazinger | 2006-03-02 | 1 | -2/+2 |
| | | | | -D_GNU_SOURCE | ||||
* | dont execute shell tests if we just want to compile | Mike Frysinger | 2006-03-01 | 1 | -0/+2 |
| | |||||
* | Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵ | Peter S. Mazinger | 2006-03-01 | 1 | -2/+2 |
| | | | | uclibc targets, adapt regex | ||||
* | Add support to remove a flag from CFLAGS | Peter S. Mazinger | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | add support for shell script tests | Mike Frysinger | 2006-03-01 | 1 | -5/+10 |
| | |||||
* | fail if test.c is found so i stop screwing myself up | Mike Frysinger | 2006-02-28 | 1 | -0/+4 |
| | |||||
* | make sure we clean everything | Mike Frysinger | 2006-02-22 | 1 | -1/+2 |
| | |||||
* | touchup output some more and add support for implicit TEST defining/disabling | Mike Frysinger | 2006-02-15 | 1 | -16/+12 |
| | |||||
* | allow subdirs to define extra clean files | Mike Frysinger | 2006-02-14 | 1 | -1/+1 |
| | |||||
* | - tighten up output | Mike Frysinger | 2006-02-14 | 1 | -24/+60 |
| | | | | | | | - add support for per-test and per-subdir CFLAGS/LDFLAGS - move common uClibc/glibc code into defines - add support for diffing output between uClibc/glibc - add rules for generating libraries (needed by dlopen) ... only supports uClibc atm though | ||||
* | add a way to just run uclibc or glibc tests | Mike Frysinger | 2005-11-15 | 1 | -1/+8 |
| | |||||
* | new testing framework to unify duplicated code in subdirs | Mike Frysinger | 2005-07-02 | 1 | -0/+59 |