Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-26 | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen | |
2002-02-04 | Fixup arch substitution | Eric Andersen | |
2002-01-11 | Build glibc test apps static when told to. | Eric Andersen | |
Make tiny live up to its name. | |||
2001-11-30 | Always use --uclibc-use-build-dir | Eric Andersen | |
2001-09-27 | Scrub up a few test things | Eric Andersen | |
2001-08-29 | Minor update | Eric Andersen | |
2001-08-14 | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen | |
2001-07-12 | Use uClibc's ldd, not the system one which is probably broken | Eric Andersen | |
anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik | |||
2001-07-03 | Scrub up the tests a bit, and force everybody to use the | Eric Andersen | |
build dir, so nothing need be installed... -Erik | |||
2001-06-15 | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen | |
2001-05-25 | Added -Wall | David Schleef | |
2001-05-04 | Fixup ppc to powerpc | Eric Andersen | |
2001-04-27 | Just use 'ls -l' since ls -sh lacks sufficient granularity | Eric Andersen | |
2001-04-23 | Fix up compiler name | Eric Andersen | |
2001-01-20 | Reworked all test suite makefiles (man did they need it). | Eric Andersen | |
Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik |