summaryrefslogtreecommitdiff
path: root/test/Rules.mak
AgeCommit message (Collapse)Author
2002-02-26Doh! Tests were not being compiled with warnings and optimizationEric Andersen
2002-02-04Fixup arch substitutionEric Andersen
2002-01-11Build glibc test apps static when told to.Eric Andersen
Make tiny live up to its name.
2001-11-30Always use --uclibc-use-build-dirEric Andersen
2001-09-27Scrub up a few test thingsEric Andersen
2001-08-29Minor updateEric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik
2001-07-03Scrub up the tests a bit, and force everybody to use theEric Andersen
build dir, so nothing need be installed... -Erik
2001-06-15Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen
2001-05-25Added -WallDavid Schleef
2001-05-04Fixup ppc to powerpcEric Andersen
2001-04-27Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen
2001-04-23Fix up compiler nameEric Andersen
2001-01-20Reworked 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