summaryrefslogtreecommitdiff
path: root/test/dlopen
AgeCommit message (Collapse)Author
2005-07-06make test failures fatalMike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger
make process
2005-06-29simplify TESTDIR setting and touchupMike Frysinger
2005-02-12no more cvsMike Frysinger
2004-01-03Add ldflags where neededEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
2003-09-02Make it easier to disable lib debugging (mainly for when testingEric Andersen
with glibc).
2003-09-01Use "__pthread_once", since that is weak and present in bothEric Andersen
glibc and uClibc.
2003-09-01move the ldso tests to dlopen where they belongEric Andersen
2003-08-19ignore unwanted stuffEric Andersen
2003-08-19Update the tests a little bitEric Andersen
2003-06-27Add a test which shows off the broken spots in our dlopen implementationEric Andersen