summaryrefslogtreecommitdiff
path: root/test/Test.mak
AgeCommit message (Collapse)Author
2007-03-05New test targets 'compile' and 'run'Khem Raj
2007-01-29fixup prototype warningsMike Frysinger
2007-01-29make error output a little more helpfulMike Frysinger
2006-12-16start pulling in top level Rules.mak so we get access to import ↵Mike Frysinger
CFLAGS/LDFLAGS/CPPFLAGS
2006-11-18Add CHECK_ONLY option to allow for running the tests on the target instead ↵"Steven J. Hill"
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.
2006-06-26also kill gdb files when building BFLT filesMike Frysinger
2006-03-02Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵Peter S. Mazinger
-D_GNU_SOURCE
2006-03-01dont execute shell tests if we just want to compileMike Frysinger
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-01Add support to remove a flag from CFLAGSPeter S. Mazinger
2006-03-01add support for shell script testsMike Frysinger
2006-02-28fail if test.c is found so i stop screwing myself upMike Frysinger
2006-02-22make sure we clean everythingMike Frysinger
2006-02-15touchup output some more and add support for implicit TEST defining/disablingMike Frysinger
2006-02-14allow subdirs to define extra clean filesMike Frysinger
2006-02-14- tighten up outputMike Frysinger
- 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
2005-11-15add a way to just run uclibc or glibc testsMike Frysinger
2005-07-02new testing framework to unify duplicated code in subdirsMike Frysinger